LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

BrightColor Property (TunnelCommand)

Show in webframe







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

 

 


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