Uses of Class
org.apache.commons.imaging.formats.png.chunks.PngChunkPlte
Packages that use PngChunkPlte
-
Uses of PngChunkPlte in org.apache.commons.imaging.formats.png
Fields in org.apache.commons.imaging.formats.png declared as PngChunkPlteConstructors in org.apache.commons.imaging.formats.png with parameters of type PngChunkPlteModifierConstructorDescription(package private)
ScanExpediter
(int width, int height, InputStream is, BufferedImage bi, PngColorType pngColorType, int bitDepth, int bitsPerPixel, PngChunkPlte pngChunkPLTE, GammaCorrection gammaCorrection, TransparencyFilter transparencyFilter) (package private)
ScanExpediterInterlaced
(int width, int height, InputStream is, BufferedImage bi, PngColorType pngColorType, int bitDepth, int bitsPerPixel, PngChunkPlte fPNGChunkPLTE, GammaCorrection gammaCorrection, TransparencyFilter transparencyFilter) (package private)
ScanExpediterSimple
(int width, int height, InputStream is, BufferedImage bi, PngColorType pngColorType, int bitDepth, int bitsPerPixel, PngChunkPlte pngChunkPLTE, GammaCorrection gammaCorrection, TransparencyFilter transparencyFilter)