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

Show in webframe

BrightColor Property (TunnelCommand)








Gets or sets the color of an external light source that shines in the tunnel.
Syntax
public RasterColor BrightColor {get; set;}
'Declaration
 
Public Property BrightColor As RasterColor
'Usage
 
Dim instance As TunnelCommand
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 in the tunnel.
Example
Refer to TunnelCommand.
Requirements

Target Platforms

See Also

Reference

TunnelCommand Class
TunnelCommand Members

Error processing SSI file