←Select platform

BalanceColorCommandFactor Constructor(double,double,double)

Summary

Initializes a new BalanceColorCommandFactor class with explicit parameters.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public BalanceColorCommandFactor( 
   double toRed, 
   double toGreen, 
   double toBlue 
) 
Public Function New( _ 
   ByVal toRed As Double, _ 
   ByVal toGreen As Double, _ 
   ByVal toBlue As Double _ 
) 
public BalanceColorCommandFactor(  
   double toRed, 
   double toGreen, 
   double toBlue 
) 
- (instancetype)initWithRed:(double)red 
                      green:(double)green 
                       blue:(double)blue 
             
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly