PngColorType enumeration

PngColorType enumeration

Represents the PNG image color type.

The PngColorType type exposes the following members:

Fields

FieldDescription
GRAYSCALERepresents the color type where each pixel is a greyscale sample.
TRUECOLORRepresents the color type where each pixel is an R,G,B triple.
INDEXED_COLORRepresents the color type where each pixel is a palette index; a PLTE chunk shall appear.
GRAYSCALE_WITH_ALPHARepresents the color type where each pixel is a greyscale sample followed by an alpha sample.
TRUECOLOR_WITH_ALPHARepresents the color type where each pixel is an R,G,B triple followed by an alpha sample.

See Also