LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

BrightColor Property (PlaneBendCommand)






Gets or sets the color of an external light source that shines on the displayed images. .NET support WinRT support
Syntax
public RasterColor BrightColor {get; set;}
'Declaration
 
Public Property BrightColor As RasterColor
'Usage
 
Dim instance As PlaneBendCommand
Dim value As RasterColor
 
instance.BrightColor = value
 
value = instance.BrightColor
public RasterColor BrightColor {get; set;}
 get_BrightColor();
set_BrightColor(value);
public:
property RasterColor BrightColor {
   RasterColor get();
   void set (    RasterColor value);
}

Property Value

The color of an external light source that shines on the displayed images.
Example
Refer to PlaneBendCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PlaneBendCommand Class
PlaneBendCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.