Leadtools.ImageProcessing.Color Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Red Property
See Also 



Gets or sets the color-leveling information for the red channel when used in the ColorLevelCommand class.

Syntax

Visual Basic (Declaration) 
Public Property Red As ColorLevelCommandData
Visual Basic (Usage)Copy Code
Dim instance As ColorLevelCommand
Dim value As ColorLevelCommandData
 
instance.Red = value
 
value = instance.Red
C# 
public ColorLevelCommandData Red {get; set;}
C++/CLI 
public:
property ColorLevelCommandData^ Red {
   ColorLevelCommandData^ get();
   void set (ColorLevelCommandData^ value);
}

Return Value

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.

Example

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also