Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Show in webframe

ChannelMixerCommand Constructor(ChannelMixerCommandFactor,ChannelMixerCommandFactor,ChannelMixerCommandFactor)








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)
- (instancetype)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

Error processing SSI file