LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

ToRed Property

Show in webframe







Gets or sets a value that represents the percentage of the red color value that should be distributed to the red component.
Syntax
public double ToRed {get; set;}
'Declaration
 
Public Property ToRed As Double
'Usage
 
Dim instance As BalanceColorCommandFactor
Dim value As Double
 
instance.ToRed = value
 
value = instance.ToRed
public double ToRed {get; set;}
@property (nonatomic, assign) double toRed;
public double getToRed()
public void setToRed(double value)
            
 
get_ToRed();
set_ToRed(value);
Object.defineProperty('ToRed');
public:
property double ToRed {
   double get();
   void set (    double value);
}

Property Value

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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.