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

Show in webframe

Blue Property (ColorLevelCommand)








Gets or sets the color-leveling information for the blue channel when used in the ColorLevelCommand class.
Syntax
public ColorLevelCommandData Blue {get; set;}
'Declaration
 
Public Property Blue As ColorLevelCommandData
'Usage
 
Dim instance As ColorLevelCommand
Dim value As ColorLevelCommandData
 
instance.Blue = value
 
value = instance.Blue
public ColorLevelCommandData Blue {get; set;}
@property (nonatomic, strong) LTColorLevelCommandData *blue
public ColorLevelCommandData getBlue()
public void setBlue(ColorLevelCommandData value)
            
 <br/>get_Blue();<br/>set_Blue(value);<br/>Object.defineProperty('Blue'); 
public:
property ColorLevelCommandData^ Blue {
   ColorLevelCommandData^ get();
   void set (    ColorLevelCommandData^ value);
}

Property Value

Specifies the color-leveling information for the blue channel when used in the ColorLevelCommand class. When used in the AutoColorLevelCommand class with the flag Level, it retrieves the color-leveling information of the blue channel.
Example
Refer to ColorLevelCommand()
Requirements

Target Platforms

See Also

Reference

ColorLevelCommand Class
ColorLevelCommand Members

Error processing SSI file