Uses of Class
com.drew.imaging.png.PngColorType
-
Packages that use PngColorType Package Description com.drew.imaging.png Contains classes for working with PNG (Portable Network Graphic) files. -
-
Uses of PngColorType in com.drew.imaging.png
Fields in com.drew.imaging.png declared as PngColorType Modifier and Type Field Description private PngColorTypePngHeader. _colorTypestatic PngColorTypePngColorType. GREYSCALEEach pixel is a greyscale sample.static PngColorTypePngColorType. GREYSCALE_WITH_ALPHAEach pixel is a greyscale sample followed by an alpha sample.static PngColorTypePngColorType. INDEXED_COLOREach pixel is a palette index.static PngColorTypePngColorType. TRUE_COLOREach pixel is an R,G,B triple.static PngColorTypePngColorType. TRUE_COLOR_WITH_ALPHAEach pixel is an R,G,B triple followed by an alpha sample.Methods in com.drew.imaging.png that return PngColorType Modifier and Type Method Description static PngColorTypePngColorType. fromNumericValue(int numericValue)PngColorTypePngHeader. getColorType()
-