LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Blue Property (ColorLevelCommand)

Show in webframe







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)
            
 
get_Blue();
set_Blue(value);
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

 

 


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