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

ToBlue Property






Gets or sets a value that represents the percentage of the blue color value that should be distributed to the red component. .NET support WinRT support Silverlight support
Syntax
public double ToBlue {get; set;}
'Declaration
 
Public Property ToBlue As Double
'Usage
 
Dim instance As BalanceColorCommandFactor
Dim value As Double
 
instance.ToBlue = value
 
value = instance.ToBlue
public double ToBlue {get; set;}
 get_ToBlue();
set_ToBlue(value);
public:
property double ToBlue {
   double get();
   void set (    double value);
}

Property Value

Value that represents the percentage of the blue color value that should be distributed to the red component. Possible values are 0.0 to 1.0.
Example
Refer to BalanceColorsCommand(BalanceColorCommandFactor, BalanceColorCommandFactor, BalanceColorCommandFactor)
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

BalanceColorCommandFactor Class
BalanceColorCommandFactor Members

 

 


Products | Support | Contact Us | Copyright Notices

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