Uses of Enum
org.apache.commons.imaging.formats.png.PngColorType
Packages that use PngColorType
Package
Description
The PNG (Portable Network Graphics) image format.
PNG image format chunks.
-
Uses of PngColorType in org.apache.commons.imaging.formats.png
Methods in org.apache.commons.imaging.formats.png that return PngColorTypeModifier and TypeMethodDescriptionstatic PngColorType
PngColorType.getColorType
(int value) static PngColorType
Returns the enum constant of this type with the specified name.static PngColorType[]
PngColorType.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PngColorType in org.apache.commons.imaging.formats.png.chunks
Methods in org.apache.commons.imaging.formats.png.chunks that return PngColorType