'Declaration
Public Property Gamma As Single
public float Gamma {get; set;}
public read-write property Gamma: Single;
public function get,set Gamma : float
Gamma values range from 0.1 to 5.0, usually 0.1 to 2.2. A value less than 1 lightens the image, a value of 1 leaves the image unaffected, and a value greater than 1 darkens the image.
'Declaration
Public Property Gamma As Single
public float Gamma {get; set;}
public read-write property Gamma: Single;
public function get,set Gamma : float