Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property Red As ColorLevelCommandData |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AutoColorLevelCommand Dim value As ColorLevelCommandData value = instance.Red |
C# | |
---|---|
public ColorLevelCommandData Red {get;} |
C++/CLI | |
---|---|
public: property ColorLevelCommandData^ Red { ColorLevelCommandData^ get(); } |
Property Value
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.Refer to Flag.
If Flag property is set to either AutoColorLevelCommandType.Contrast or AutoColorLevelCommandType.Intensity, then the value of this property is unchanged.
The Leadtools.ImageProcessing.Color.AutoColorLevelCommand command updates the value of this property.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)