Uses of Class
org.apache.commons.imaging.palette.ColorCount
-
Packages that use ColorCount Package Description org.apache.commons.imaging.palette 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 ColorCount Modifier and Type Field Description private java.util.List<ColorCount>
ColorGroup. colorCounts
Methods in org.apache.commons.imaging.palette that return types with arguments of type ColorCount Modifier and Type Method Description (package private) java.util.List<ColorCount>
ColorGroup. getColorCounts()
Return a copy of the list of color counts.java.util.Map<java.lang.Integer,ColorCount>
MedianCutQuantizer. groupColors(java.awt.image.BufferedImage image, int maxColors)
private java.util.Map<java.lang.Integer,ColorCount>
MedianCutQuantizer. groupColors1(java.awt.image.BufferedImage image, int max, int mask)
Methods in org.apache.commons.imaging.palette with parameters of type ColorCount Modifier and Type Method Description int
ColorCountComparator. compare(ColorCount c1, ColorCount c2)
Constructor parameters in org.apache.commons.imaging.palette with type arguments of type ColorCount Constructor Description ColorGroup(java.util.List<ColorCount> colorCounts, boolean ignoreAlpha)
-