Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Show in webframe

ToBlue Property








Gets or sets a value that represents the percentage of the blue color value that should be distributed to the red component.
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;}
@property (nonatomic, assign) double blue
public double getToBlue()
public void setToBlue(double value)
            
 <br/>get_ToBlue();<br/>set_ToBlue(value);<br/>Object.defineProperty('ToBlue'); 
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 100.0.
Example
Refer to BalanceColorsCommand(BalanceColorCommandFactor, BalanceColorCommandFactor, BalanceColorCommandFactor)
Requirements

Target Platforms

See Also

Reference

BalanceColorCommandFactor Class
BalanceColorCommandFactor Members

Error processing SSI file