Uses of Class
org.apache.commons.imaging.palette.SimplePalette
Packages that use SimplePalette
Package
Description
The BMP image format.
The PCX image format.
Color quantization and palette manipulation tools.
-
Uses of SimplePalette in org.apache.commons.imaging.formats.bmp
Fields in org.apache.commons.imaging.formats.bmp declared as SimplePaletteConstructors in org.apache.commons.imaging.formats.bmp with parameters of type SimplePalette -
Uses of SimplePalette in org.apache.commons.imaging.formats.pcx
Methods in org.apache.commons.imaging.formats.pcx with parameters of type SimplePaletteModifier and TypeMethodDescriptionprivate void
PcxWriter.writePixels
(BufferedImage src, int bitDepth, int planes, int bytesPerLine, SimplePalette palette, BinaryOutputStream bos) -
Uses of SimplePalette in org.apache.commons.imaging.palette
Subclasses of SimplePalette in org.apache.commons.imaging.paletteMethods in org.apache.commons.imaging.palette that return SimplePaletteModifier and TypeMethodDescriptionPaletteFactory.makeExactRgbPaletteSimple
(BufferedImage src, int max) Builds an exact complete opaque palette containing all the colors insrc
, and fails by returningnull
if there are more thanmax
colors necessary to do this.