Gets or sets the color-leveling information for the red channel when used in the ColorLevelCommand class.
public ColorLevelCommandData Red { get; set; }
Public Property Red As Leadtools.Imageprocessing.Color.ColorLevelCommandData
public Leadtools.Imageprocessing.Color.ColorLevelCommandData Red {get; set;}
@property (nonatomic, strong) LTColorLevelCommandData *red
public ColorLevelCommandData getRed()
public void setRed(ColorLevelCommandData value)
<br/>get_Red();<br/>set_Red(value);<br/>Object.defineProperty('Red');
public:
property Leadtools.Imageprocessing.Color.ColorLevelCommandData^ Red {
Leadtools.Imageprocessing.Color.ColorLevelCommandData^ get();
void set ( Leadtools.Imageprocessing.Color.ColorLevelCommandData^ );
}
Specifies the color-leveling information for the red 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 red 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