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



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

Syntax

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

Property Value

Specifies the color-leveling information for the blue 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 blue 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