TGA_Gamma contains the gamma value of the TGA image

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public double TGA_Gamma { get; set; }
Public Property TGA_Gamma As Double
	Get
	Set
public:
property double TGA_Gamma {
	double get ();
	void set (double value);
}

See Also