PngColorType Enumeration
Represents the PNG image color type.
Module: aspose.imaging.fileformats.png
Full Name: aspose.imaging.fileformats.png.PngColorType
Members
| Member name | Description |
|---|---|
| GRAYSCALE | Represents the color type where each pixel is a greyscale sample. |
| GRAYSCALE_WITH_ALPHA | Represents the color type where each pixel is a greyscale sample followed by an alpha sample. |
| INDEXED_COLOR | Represents the color type where each pixel is a palette index; a PLTE chunk shall appear. |
| TRUECOLOR | Represents the color type where each pixel is an R,G,B triple. |
| TRUECOLOR_WITH_ALPHA | Represents the color type where each pixel is an R,G,B triple followed by an alpha sample. |