Gets or sets the gamma.

Namespace: Spire.Pdf.ColorSpace
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public double Gamma { get; set; }
Public Property Gamma As Double
	Get
	Set
public:
property double Gamma {
	double get ();
	void set (double value);
}
member Gamma : float with get, set

Property Value

Double

See Also