Uses of Class
org.apache.commons.imaging.palette.ColorComponent
-
Packages that use ColorComponent Package Description org.apache.commons.imaging.palette Color quantization and palette manipulation tools. -
-
Uses of ColorComponent in org.apache.commons.imaging.palette
Fields in org.apache.commons.imaging.palette declared as ColorComponent Modifier and Type Field Description private ColorComponent
ColorCountComparator. colorComponent
Color component used during the comparison.ColorComponent
ColorGroupCut. mode
Methods in org.apache.commons.imaging.palette that return ColorComponent Modifier and Type Method Description static ColorComponent
ColorComponent. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ColorComponent[]
ColorComponent. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.imaging.palette with parameters of type ColorComponent Modifier and Type Method Description private void
LongestAxisMedianCut. doCut(ColorGroup colorGroup, ColorComponent mode, java.util.List<ColorGroup> colorGroups, boolean ignoreAlpha)
Constructors in org.apache.commons.imaging.palette with parameters of type ColorComponent Constructor Description ColorCountComparator(ColorComponent colorComponent)
ColorGroupCut(ColorGroup less, ColorGroup more, ColorComponent mode, int limit)
-