Uses of Class
com.drew.imaging.png.PngColorType
Packages that use PngColorType
Package
Description
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 PngColorTypeModifier and TypeFieldDescriptionstatic final PngColorTypePngColorType.GREYSCALEEach pixel is a greyscale sample.static final PngColorTypePngColorType.GREYSCALE_WITH_ALPHAEach pixel is a greyscale sample followed by an alpha sample.static final PngColorTypePngColorType.INDEXED_COLOREach pixel is a palette index.static final PngColorTypePngColorType.TRUE_COLOREach pixel is an R,G,B triple.static final 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 PngColorTypeModifier and TypeMethodDescriptionstatic PngColorTypePngColorType.fromNumericValue(int numericValue) PngHeader.getColorType()