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 ColorComponentColorCountComparator. colorComponentColor component used during the comparison.ColorComponentColorGroupCut. modeMethods in org.apache.commons.imaging.palette that return ColorComponent Modifier and Type Method Description static ColorComponentColorComponent. 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 voidLongestAxisMedianCut. 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)Constructs a new instance.ColorGroupCut(ColorGroup less, ColorGroup more, ColorComponent mode, int limit)
-