LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Red Property
See Also 



Gets or sets the color-leveling information for the red channel when used in the ColorLevelCommand class. Supported in Silverlight, Windows Phone 7

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);
}

Property Value

Specifies the color-leveling information for the red channel when used in the ColorLevelCommand class. When used in the Leadtools.ImageProcessing.Color.AutoColorLevelCommand class, with the flag Level, it retrieves the color-leveling information of the red channel.

Example

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also