LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

BrightColor Property (PlaneBendCommand)

Show in webframe







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 PlaneBendCommand
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

PlaneBendCommand Class
PlaneBendCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.