Gets or sets an integer that represents the gamma value.
public int Gamma { get; set; }
Public Property Gamma As Integer
public int Gamma {get; set;}
@property (nonatomic, assign) NSUInteger gamma
public int getGamma()
public void setGamma(int value)
<br/>get_Gamma();<br/>set_Gamma(value);<br/>Object.defineProperty('Gamma');
Integer that represents the gamma value. It can be any number greater than 0. Because this is an unsigned integer (Integer with values greater than 0), it is 100 times the actual gamma value. For example, use 235 to set a gamma value of 2.35.
Refer to GammaCorrectCommand.
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