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
Subclasses with type arguments of type ColorComponent in org.apache.commons.imaging.paletteModifier and TypeClassDescription(package private) enumAn RGBA (reg, green, blue, alpha) color space component enum.Fields in org.apache.commons.imaging.palette declared as ColorComponentModifier and TypeFieldDescriptionprivate final ColorComponentColorCountComparator.colorComponentColor component used during the comparison.final ColorComponentColorGroupCut.modeMethods in org.apache.commons.imaging.palette that return ColorComponentModifier and TypeMethodDescriptionstatic ColorComponentReturns 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 voidLongestAxisMedianCut.doCut(ColorGroup colorGroup, ColorComponent mode, List<ColorGroup> colorGroups, boolean ignoreAlpha) Constructors in org.apache.commons.imaging.palette with parameters of type ColorComponentModifierConstructorDescriptionColorCountComparator(ColorComponent colorComponent) Constructs a new instance.(package private)ColorGroupCut(ColorGroup less, ColorGroup more, ColorComponent mode, int limit)