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 SimplePalettePaletteFactory. makeExactRgbPaletteSimple(BufferedImage src, int max)Builds an exact complete opaque palette containing all the colors insrc, and fails by returningnullif there are more thanmaxcolors necessary to do this.
-