C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the values to use for redistributing the image's green values.
public ChannelMixerCommandFactor GreenFactor { get; set; }
Public Property GreenFactor As Leadtools.Imageprocessing.Color.ChannelMixerCommandFactor
public Leadtools.Imageprocessing.Color.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');
public:
property Leadtools.Imageprocessing.Color.ChannelMixerCommandFactor^ GreenFactor {
Leadtools.Imageprocessing.Color.ChannelMixerCommandFactor^ get();
void set ( Leadtools.Imageprocessing.Color.ChannelMixerCommandFactor^ );
}
Values to use for redistributing the image's green values.
Refer to ChannelMixerCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET