Click or drag to resize

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; }

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