Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Show in webframe

BrightColor Property (PlaneCommand)








Gets or sets the color of an external light source that shines on the displayed images.
Syntax
public RasterColor BrightColor {get; set;}
'Declaration
 
Public Property BrightColor As RasterColor
'Usage
 
Dim instance As PlaneCommand
Dim value As RasterColor
 
instance.BrightColor = value
 
value = instance.BrightColor
public RasterColor BrightColor {get; set;}

            

            
 
get_BrightColor();
set_BrightColor(value);
Object.defineProperty('BrightColor');
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

See Also

Reference

PlaneCommand Class
PlaneCommand Members

Error processing SSI file