←Select platform

ChannelMixerCommand Constructor(ChannelMixerCommandFactor,ChannelMixerCommandFactor,ChannelMixerCommandFactor)

Summary

Initializes a new ChannelMixerCommand class object with explicit parameters.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
- (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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly