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

Blue Property (ColorIntensityBalanceCommandData)






Gets or sets a value to be used for adjusting or balancing the blue channel. .NET support WinRT support Silverlight support
Syntax
public int Blue {get; set;}
'Declaration
 
Public Property Blue As Integer
'Usage
 
Dim instance As ColorIntensityBalanceCommandData
Dim value As Integer
 
instance.Blue = value
 
value = instance.Blue
public int Blue {get; set;}
 get_Blue();
set_Blue(value);
public:
property int Blue {
   int get();
   void set (    int value);
}

Property Value

Value to be used for adjusting or balancing the blue channel. Valid values range from -100 to 100. Values > 0 increase the blue component value. Values < 0 decrease the blue component value. Using 0 leaves the blue component unchanged.
Example
Refer to ColorIntensityBalanceCommand example.
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

ColorIntensityBalanceCommandData Class
ColorIntensityBalanceCommandData Members

 

 


Products | Support | Contact Us | Copyright Notices

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