LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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. Supported in Silverlight, Windows Phone 7

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 New ChannelMixerCommand(redFactor, greenFactor, 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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also