Uses of Class
org.apache.commons.imaging.palette.SimplePalette
-
Packages that use SimplePalette Package Description org.apache.commons.imaging.formats.bmp The BMP image format.org.apache.commons.imaging.formats.pcx The PCX image format.org.apache.commons.imaging.palette 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 SimplePalette Modifier and Type Field Description private SimplePalette
BmpWriterPalette. palette
Constructors in org.apache.commons.imaging.formats.bmp with parameters of type SimplePalette Constructor Description BmpWriterPalette(SimplePalette palette)
-
Uses of SimplePalette in org.apache.commons.imaging.formats.pcx
Methods in org.apache.commons.imaging.formats.pcx with parameters of type SimplePalette Modifier and Type Method Description private void
PcxWriter. writePixels(java.awt.image.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.palette Modifier and Type Class Description (package private) class
MedianCutPalette
Methods in org.apache.commons.imaging.palette that return SimplePalette Modifier and Type Method Description SimplePalette
PaletteFactory. makeExactRgbPaletteSimple(java.awt.image.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.
-