Gets the color leveling information for the Blue channel when the Type property is set to AutoColorLevelCommandType.Level.
public ColorLevelCommandData Blue { get; }
Public ReadOnly Property Blue As Leadtools.Imageprocessing.Color.ColorLevelCommandData
public Leadtools.Imageprocessing.Color.ColorLevelCommandData Blue {get;}
@property (nonatomic, strong, readonly) LTColorLevelCommandData *blue
public ColorLevelCommandData getBlue()
get_Blue();
public:
property Leadtools.Imageprocessing.Color.ColorLevelCommandData^ Blue {
Leadtools.Imageprocessing.Color.ColorLevelCommandData^ get();
}
The color leveling information for the Blue channel. If AutoColorLevelCommandFlags.NoProcess is not set in Flag property, you can set the value of this property as null. If AutoColorLevelCommandFlags.NoProcess is set in Flag property, then this property cannot be null.
If Flag property is set to either AutoColorLevelCommandType.Contrast or AutoColorLevelCommandType.Intensity, then the value of this property is unchanged. The AutoColorLevelCommand command updates the value of this property.
Refer to Flag.
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