LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

ChannelMixerCommand Constructor(ChannelMixerCommandFactor,ChannelMixerCommandFactor,ChannelMixerCommandFactor)

Show in webframe







Contains the values to use for redistributing the image's red values.
Contains the values to use for redistributing the image's green values.
Contains the values to use for redistributing the image's blue values.
Initializes a new ChannelMixerCommand class object with explicit parameters.
Syntax
'Declaration
 
Public Function New( _
   ByVal redFactor As ChannelMixerCommandFactor, _
   ByVal greenFactor As ChannelMixerCommandFactor, _
   ByVal blueFactor As ChannelMixerCommandFactor _
)
'Usage
 
Dim redFactor As ChannelMixerCommandFactor
Dim greenFactor As ChannelMixerCommandFactor
Dim blueFactor As ChannelMixerCommandFactor
 
Dim instance As New ChannelMixerCommand(redFactor, greenFactor, blueFactor)
- (id)initWithRedFactor:(LTChannelMixerCommandFactor*)redFactor 
            greenFactor:(LTChannelMixerCommandFactor*)greenFactor 
             blueFactor:(LTChannelMixerCommandFactor*)blueFactor;
            
public ChannelMixerCommand(
   ChannelMixerCommandFactor redFactor, 
   ChannelMixerCommandFactor greenFactor, 
   ChannelMixerCommandFactor blueFactor
)
            
function 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
Refer to ChannelMixerCommand.
Requirements

Target Platforms

See Also

Reference

ChannelMixerCommand Class
ChannelMixerCommand Members
Overload List

 

 


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