Click or drag to resize

PngDecoder Properties

The PngDecoder type exposes the following members.

Properties
  NameDescription
Public propertyScreenGamma
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.
Public propertySetAlphaFromTransparentColor
Indicates whether or not the PngDcoder should set the alpha channel in the image using the Png file's transparent color.
Public propertySupportedImageType Obsolete.
Returns a Png ImageType enumeration value.
(Overrides ImageDecoderSupportedImageType.)
Public propertyTwoBytePerComponentSupport
Gets or sets a value indicating whether 16-bit per component images are read as 16 or 8-bit per component images.
Top
See Also