Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Show in webframe

Green Property (AutoColorLevelCommand)








Gets the color leveling information for the Green channel when the Type property is set to AutoColorLevelCommandType.Level.
Syntax
public ColorLevelCommandData Green {get;}
'Declaration
 
Public ReadOnly Property Green As ColorLevelCommandData
'Usage
 
Dim instance As AutoColorLevelCommand
Dim value As ColorLevelCommandData
 
value = instance.Green
public ColorLevelCommandData Green {get;}
@property (nonatomic, strong, readonly) LTColorLevelCommandData *green
public ColorLevelCommandData getGreen()
 get_Green(); 
public:
property ColorLevelCommandData^ Green {
   ColorLevelCommandData^ get();
}

Property Value

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.
Remarks
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.

Example
Refer to Flag.
Requirements

Target Platforms

See Also

Reference

AutoColorLevelCommand Class
AutoColorLevelCommand Members

Error processing SSI file