←Select platform

ChannelMixerCommand Constructor(ChannelMixerCommandFactor,ChannelMixerCommandFactor,ChannelMixerCommandFactor)

Summary

Initializes a new ChannelMixerCommand class object with explicit parameters.

Syntax
C#
VB
Objective-C
C++
Java
- (instancetype)initWithRedFactor:(LTChannelMixerCommandFactor *)redFactor 
                      greenFactor:(LTChannelMixerCommandFactor *)greenFactor 
                       blueFactor:(LTChannelMixerCommandFactor *)blueFactor 
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

Refer to ChannelMixerCommand.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly