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