Gets or sets a value that represents the amplitude of the green color.
public int GreenAmplitude { get; set; }
Public Property GreenAmplitude As Integer
public int GreenAmplitude {get; set;}
get_GreenAmplitude();
set_GreenAmplitude(value);
Object.defineProperty('GreenAmplitude');
Value that represents the amplitude of the green color when the addition operation is used (FunctionalLightCommandFlags.Addition flag is set). This value is ignored when grayscale images are used or when the multiplication operation is used (FunctionalLightCommandFlags.Multiply flag is set). This value is also ignored if Flags property contains the FunctionalLightCommandFlags.LinearQuadratic flag. Possible values for GreenAmplitude property are from 0-100.
Refer to Angle.
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