←Select platform

ColorIntensityBalanceCommandData Constructor(Int32,Int32,Int32)

Summary

Initializes a new ColorIntensityBalanceCommandData class with explicit parameters.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public ColorIntensityBalanceCommandData(  
   int red, 
   int green, 
   int blue 
) 
Public Function New( _ 
   ByVal red As Integer, _ 
   ByVal green As Integer, _ 
   ByVal blue As Integer _ 
) 
public ColorIntensityBalanceCommandData(  
   int red, 
   int green, 
   int blue 
) 
- (instancetype)initWithRed:(NSInteger)red 
                      green:(NSInteger)green 
                       blue:(NSInteger)blue 
public ColorIntensityBalanceCommandData( 
   int red,  
   int green,  
   int blue 
) 
function ColorIntensityBalanceCommandData(  
   red , 
   green , 
   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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Color Assembly
Click or drag to resize