Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
Blue Property
See Also 
Leadtools.ImageProcessing Namespace > AutoColorLevelCommand Class : Blue Property



(Read only) Gets the color leveling information for the Blue channel when the Type property is set to AutoColorLevelCommandType.Level.

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

Return 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

For an example, refer to AutoColorLevelCommand

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.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also