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 



(Read only) Gets the color leveling information for the Blue channel when the Type property is set to AutoColorLevelCommandType.Level. Supported in Silverlight, Windows Phone 7

Syntax

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

Property Value

The color leveling information for the Blue 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.

Example

Refer to Flag.

Remarks

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.

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