Uses of Class
org.apache.commons.imaging.palette.ColorCount
Packages that use ColorCount
Package
Description
Color quantization and palette manipulation tools.
-
Uses of ColorCount in org.apache.commons.imaging.palette
Fields in org.apache.commons.imaging.palette with type parameters of type ColorCountMethods in org.apache.commons.imaging.palette that return types with arguments of type ColorCountModifier and TypeMethodDescription(package private) List<ColorCount>
ColorGroup.getColorCounts()
Return a copy of the list of color counts.MedianCutQuantizer.groupColors
(BufferedImage image, int maxColors) private Map<Integer,
ColorCount> MedianCutQuantizer.groupColors1
(BufferedImage image, int max, int mask) Methods in org.apache.commons.imaging.palette with parameters of type ColorCountConstructor parameters in org.apache.commons.imaging.palette with type arguments of type ColorCountModifierConstructorDescription(package private)
ColorGroup
(List<ColorCount> colorCounts, boolean ignoreAlpha)