Uses of Class
org.apache.commons.imaging.palette.SimplePalette
Packages that use SimplePalette
Package
Description
Color quantization and palette manipulation tools.
-
Uses of SimplePalette in org.apache.commons.imaging.palette
Methods 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.