PdfCalGrayColorSpace
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 double Gamma {
double get ();
void set (double value);
}
member Gamma : float with get, set
Property Value
Type:
Double
See Also