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




redFactor
Contains the values to use for redistributing the image's red values.
greenFactor
Contains the values to use for redistributing the image's green values.
blueFactor
Contains the values to use for redistributing the image's blue values.
Initializes a new ChannelMixerCommand class object with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal redFactor As ChannelMixerCommandFactor, _
   ByVal greenFactor As ChannelMixerCommandFactor, _
   ByVal blueFactor As ChannelMixerCommandFactor _
)
Visual Basic (Usage)Copy Code
Dim redFactor As ChannelMixerCommandFactor
Dim greenFactor As ChannelMixerCommandFactor
Dim blueFactor As ChannelMixerCommandFactor
 
Dim instance As ChannelMixerCommand(redFactor, greenFactor, blueFactor)
Managed Extensions for C++ 
public: ChannelMixerCommand( 
   ChannelMixerCommandFactor* redFactor,
   ChannelMixerCommandFactor* greenFactor,
   ChannelMixerCommandFactor* blueFactor
)

Parameters

redFactor
Contains the values to use for redistributing the image's red values.
greenFactor
Contains the values to use for redistributing the image's green values.
blueFactor
Contains the values to use for redistributing the image's blue values.

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