←Select platform

GreenFactor Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public ChannelMixerCommandFactor GreenFactor { get; set; } 
Public Property GreenFactor As ChannelMixerCommandFactor 
@property (nonatomic, strong) LTChannelMixerCommandFactor *greenFactor 
public ChannelMixerCommandFactor getGreenFactor() 
public void setGreenFactor(ChannelMixerCommandFactor value) 
public: 
property ChannelMixerCommandFactor^ GreenFactor { 
   ChannelMixerCommandFactor^ get(); 
   void set (    ChannelMixerCommandFactor^ ); 
} 

Property Value

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