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

BalanceColorCommandFactor Constructor(Double,Double,Double)






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. .NET support WinRT support Silverlight support
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
)
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: 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
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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