PngColorType Enumeration

Represents the PNG image color type.

Module: aspose.imaging.fileformats.png

Full Name: aspose.imaging.fileformats.png.PngColorType

Aspose.Imaging Version: 24.7.0

Members

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