Gets or sets the gamma value to write to a PNG image. 0 will not write any value, 2.2 is a typical value
for PC's. Default 0.
Namespace:
Atalasoft.Imaging.Codec
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public double Gamma { get; set; }
Public Property Gamma As Double
Get
Set
Property Value
Type:
Double The gamma value to write to a PNG image.
See Also