←Select platform

ColorIntensityBalanceCommandData Constructor(int,int,int)

Summary
Initializes a new ColorIntensityBalanceCommandData class with explicit parameters.
Syntax
C#
VB
Objective-C
C++
Java
Public Function New( _ 
   ByVal red As Integer, _ 
   ByVal green As Integer, _ 
   ByVal blue As Integer _ 
) 
- (instancetype)initWithRed:(NSInteger)red 
                      green:(NSInteger)green 
                       blue:(NSInteger)blue 
public ColorIntensityBalanceCommandData( 
   int red,  
   int green,  
   int blue 
) 
public: 
ColorIntensityBalanceCommandData(  
   int red, 
   int green, 
   int blue 
) 

Parameters

red
Value to be used for adjusting or balancing the red channel. Valid values range from -100 to 100. Values > 0 increase the red component. Values < 0 decrease the red component. Using 0 leaves the red component unchanged.

green
Value to be used for adjusting or balancing the green channel. Valid values range from -100 to 100. Values > 0 increase the green component value. Values < 0 decrease the green component value. Using 0 leaves the green component unchanged.

blue
Value to be used for adjusting or balancing the blue channel. Valid values range from -100 to 100. Values > 0 increase the blue component value. Values < 0 decrease the blue component value. Using 0 leaves the blue component unchanged.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.