LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)
LEAD Technologies, Inc

Blue Property (ColorLevelCommand)






Gets or sets the color-leveling information for the blue channel when used in the ColorLevelCommand class. .NET support WinRT support Silverlight support
Syntax
public ColorLevelCommandData Blue {get; set;}
'Declaration
 
Public Property Blue As ColorLevelCommandData
'Usage
 
Dim instance As ColorLevelCommand
Dim value As ColorLevelCommandData
 
instance.Blue = value
 
value = instance.Blue
public ColorLevelCommandData Blue {get; set;}
 get_Blue();
set_Blue(value);
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 AutoColorLevelCommand class with the flag Level, it retrieves the color-leveling information of the blue channel.
Example
Refer to ColorLevelCommand()
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ColorLevelCommand Class
ColorLevelCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.