Uses of Enum
org.apache.commons.imaging.palette.ColorComponent
Packages that use ColorComponent
Package
Description
Color quantization and palette manipulation tools.
-
Uses of ColorComponent in org.apache.commons.imaging.palette
Fields in org.apache.commons.imaging.palette declared as ColorComponentModifier and TypeFieldDescriptionprivate ColorComponent
ColorCountComparator.colorComponent
Color component used during the comparison.final ColorComponent
ColorGroupCut.mode
Methods in org.apache.commons.imaging.palette that return ColorComponentModifier and TypeMethodDescriptionstatic ColorComponent
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 ColorComponentModifier and TypeMethodDescriptionprivate void
LongestAxisMedianCut.doCut
(ColorGroup colorGroup, ColorComponent mode, List<ColorGroup> colorGroups, boolean ignoreAlpha) Constructors in org.apache.commons.imaging.palette with parameters of type ColorComponentModifierConstructorDescriptionColorCountComparator
(ColorComponent colorComponent) (package private)
ColorGroupCut
(ColorGroup less, ColorGroup more, ColorComponent mode, int limit)