LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

BalanceColorCommandFactor Constructor(Double,Double,Double)

Show in webframe







Value that represents the percentage of the red color value that should be distributed to the red component
Value that represents the percentage of the green color value that should be distributed to the green component
Value that represents the percentage of the blue color value that should be distributed to the blue component
Initializes a new BalanceColorCommandFactor class with explicit parameters.
Syntax
public BalanceColorCommandFactor( 
   double toRed,
   double toGreen,
   double toBlue
)
'Declaration
 
Public Function New( _
   ByVal toRed As Double, _
   ByVal toGreen As Double, _
   ByVal toBlue As Double _
)
'Usage
 
Dim toRed As Double
Dim toGreen As Double
Dim toBlue As Double
 
Dim instance As New BalanceColorCommandFactor(toRed, toGreen, toBlue)
public BalanceColorCommandFactor( 
   double toRed,
   double toGreen,
   double toBlue
)
- (id)initWithToRed:(double)toRed 
toGreen:(double)toGreen 
 toBlue:(double)toBlue;
            
public BalanceColorCommandFactor(
   double toRed, 
   double toGreen, 
   double toBlue
)
            
function BalanceColorCommandFactor( 
   toRed ,
   toGreen ,
   toBlue 
)
public:
BalanceColorCommandFactor( 
   double toRed,
   double toGreen,
   double toBlue
)

Parameters

toRed
Value that represents the percentage of the red color value that should be distributed to the red component
toGreen
Value that represents the percentage of the green color value that should be distributed to the green component
toBlue
Value that represents the percentage of the blue color value that should be distributed to the blue component
Example
Refer to BalanceColorsCommand example.
Requirements

Target Platforms

See Also

Reference

BalanceColorCommandFactor Class
BalanceColorCommandFactor Members
Overload List

 

 


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