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 array<double>^ Gamma {
	array<double>^ get ();
	void set (array<double>^ value);
}
member Gamma : float[] with get, set

Property Value

array<Double>[]()[][]
An array of three numbers [GR GG GB] specifying the gamma for the red, green, and blue components of the color space.

See Also