←Select platform

GreenFactor Property

Summary

Gets or sets the values to use for redistributing the image's green values.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public ChannelMixerCommandFactor GreenFactor { get; set; } 
@property (nonatomic, strong) LTChannelMixerCommandFactor *greenFactor 
public ChannelMixerCommandFactor getGreenFactor() 
public void setGreenFactor(ChannelMixerCommandFactor value) 
             
 <br/>get_GreenFactor();<br/>set_GreenFactor(value);<br/>Object.defineProperty('GreenFactor');  

Property Value

Values to use for redistributing the image's green 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