Gets the color leveling information for the Red channel when the Type property is set to AutoColorLevelCommandType.Level.
public ColorLevelCommandData Red { get; }
Public ReadOnly Property Red As Leadtools.Imageprocessing.Color.ColorLevelCommandData
public Leadtools.Imageprocessing.Color.ColorLevelCommandData Red {get;}
@property (nonatomic, strong, readonly) LTColorLevelCommandData *red
public ColorLevelCommandData getRed()
get_Red();
public:
property Leadtools.Imageprocessing.Color.ColorLevelCommandData^ Red {
Leadtools.Imageprocessing.Color.ColorLevelCommandData^ get();
}
The color leveling information for the Red 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