Leadtools.ImageProcessing.Color Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.10
ChannelMixerCommandFactor Constructor(Int32,Int32,Int32,Int32)
See Also 




red
Value that represents the percentage of the red color value that should be distributed to the red component. Valid values are -200 to 200.
green
Value that represents the percentage of the green color value that should be distributed to the green component. Valid values are -200 to 200.
blue
Value that represents the percentage of the blue color value that should be distributed to the blue component. Valid values are -200 to 200.
constant
Value that represents the color value that should be added to the whole image. Valid values are -200 to 200.
Initializes a new ChannelMixerCommandFactor class with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal red As Integer, _
   ByVal green As Integer, _
   ByVal blue As Integer, _
   ByVal constant As Integer _
)
Visual Basic (Usage)Copy Code
Dim red As Integer
Dim green As Integer
Dim blue As Integer
Dim constant As Integer
 
Dim instance As ChannelMixerCommandFactor(red, green, blue, constant)
C# 
public ChannelMixerCommandFactor( 
   int red,
   int green,
   int blue,
   int constant
)
Managed Extensions for C++ 
public: ChannelMixerCommandFactor( 
   int red,
   int green,
   int blue,
   int constant
)
C++/CLI 
public:
ChannelMixerCommandFactor( 
   int red,
   int green,
   int blue,
   int constant
)

Parameters

red
Value that represents the percentage of the red color value that should be distributed to the red component. Valid values are -200 to 200.
green
Value that represents the percentage of the green color value that should be distributed to the green component. Valid values are -200 to 200.
blue
Value that represents the percentage of the blue color value that should be distributed to the blue component. Valid values are -200 to 200.
constant
Value that represents the color value that should be added to the whole image. Valid values are -200 to 200.

Example

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also