PngColorType Enumeration

Represents the PNG image color type.

Module: aspose.psd.fileformats.png

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

Aspose.PSD Version: 24.4.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.