PngDecoderScreenGamma Property |
Gets or sets the screen gamma value that will be used to adjust the colors of a PNG image when read if the
image contains gamma.
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 ScreenGamma { get; set; }
Public Property ScreenGamma As Double
Get
Set
Property Value
Type:
Double The screen gamma value that will be used to adjust the colors of a PNG image when read if the image contains
gamma.
Remarks A value of 0 will ignore the gamma of the image. A value of 2.2 is typical for PC's. Default 0.
See Also