Click or drag to resize

PngDecoder Constructor (Double)

Initializes a new instance of a PcdDecoder with a specified screen 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 PngDecoder(
	double screenGamma
)

Parameters

screenGamma
Type: SystemDouble
The screen gamma value that will be used to adjust the colors of a PNG image when read if the image contains gamma.
See Also