LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)
LEAD Technologies, Inc

Red Property (AutoColorLevelCommand)






Gets the color leveling information for the Red channel when the Type property is set to AutoColorLevelCommandType.Level. .NET support WinRT support Silverlight support
Syntax
public ColorLevelCommandData Red {get;}
'Declaration
 
Public ReadOnly Property Red As ColorLevelCommandData
'Usage
 
Dim instance As AutoColorLevelCommand
Dim value As ColorLevelCommandData
 
value = instance.Red
public ColorLevelCommandData Red {get;}
 get_Red(); 
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.
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AutoColorLevelCommand Class
AutoColorLevelCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.