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