PdfCalRGBColorSpace
Gamma Property
|
Gets or sets the gamma.
Namespace:
Spire.Pdf.ColorSpace
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Type:
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