LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

ColorIntensityBalanceCommandData Constructor(Int32,Int32,Int32)

Show in webframe







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.
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.
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.
Initializes a new ColorIntensityBalanceCommandData class with explicit parameters.
Syntax
public ColorIntensityBalanceCommandData( 
   int red,
   int green,
   int blue
)
'Declaration
 
Public Function New( _
   ByVal red As Integer, _
   ByVal green As Integer, _
   ByVal blue As Integer _
)
'Usage
 
Dim red As Integer
Dim green As Integer
Dim blue As Integer
 
Dim instance As New ColorIntensityBalanceCommandData(red, green, blue)
public ColorIntensityBalanceCommandData( 
   int red,
   int green,
   int blue
)
- (id)initWithRed:(int)red 
            green:(int)green 
             blue:(int)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.
Example
Refer to ColorIntensityBalanceCommand (ColorIntensityBalanceCommandData, ColorIntensityBalanceCommandData, ColorIntensityBalanceCommandData,bool)
Requirements

Target Platforms

See Also

Reference

ColorIntensityBalanceCommandData Class
ColorIntensityBalanceCommandData Members
Overload List

 

 


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