Gets or sets the color-leveling information for the blue channel when used in the ColorLevelCommand class.
public ColorLevelCommandData Blue { get; set; }
Public Property Blue As Leadtools.Imageprocessing.Color.ColorLevelCommandData
public Leadtools.Imageprocessing.Color.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 Leadtools.Imageprocessing.Color.ColorLevelCommandData^ Blue {
Leadtools.Imageprocessing.Color.ColorLevelCommandData^ get();
void set ( Leadtools.Imageprocessing.Color.ColorLevelCommandData^ );
}
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.
Refer to ColorLevelCommand()
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET