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

Show in webframe

ToGreen Property








Gets or sets a value that represents the percentage of the green color value that should be distributed to the red component.
Syntax
public double ToGreen {get; set;}
'Declaration
 
Public Property ToGreen As Double
'Usage
 
Dim instance As BalanceColorCommandFactor
Dim value As Double
 
instance.ToGreen = value
 
value = instance.ToGreen
public double ToGreen {get; set;}
@property (nonatomic, assign) double green
public double getToGreen()
public void setToGreen(double value)
            
 <br/>get_ToGreen();<br/>set_ToGreen(value);<br/>Object.defineProperty('ToGreen'); 
public:
property double ToGreen {
   double get();
   void set (    double value);
}

Property Value

Value that represents the percentage of the green 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