Uses of Class
org.apache.commons.imaging.palette.ColorSpaceSubset
Packages that use ColorSpaceSubset
Package
Description
Color quantization and palette manipulation tools.
-
Uses of ColorSpaceSubset in org.apache.commons.imaging.palette
Fields in org.apache.commons.imaging.palette declared as ColorSpaceSubsetModifier and TypeFieldDescriptionprivate final ColorSpaceSubsetPaletteFactory.DivisionCandidate.dst_aprivate final ColorSpaceSubsetPaletteFactory.DivisionCandidate.dst_bprivate final ColorSpaceSubset[]QuantizedPalette.straightFields in org.apache.commons.imaging.palette with type parameters of type ColorSpaceSubsetMethods in org.apache.commons.imaging.palette that return types with arguments of type ColorSpaceSubsetModifier and TypeMethodDescriptionprivate List<ColorSpaceSubset> PaletteFactory.divide(List<ColorSpaceSubset> v, int desiredCount, int[] table, int precision) Methods in org.apache.commons.imaging.palette with parameters of type ColorSpaceSubsetModifier and TypeMethodDescriptionintColorSpaceSubset.RgbComparator.compare(ColorSpaceSubset c1, ColorSpaceSubset c2) private PaletteFactory.DivisionCandidatePaletteFactory.divideSubset2(int[] table, ColorSpaceSubset subset, int precision) private List<PaletteFactory.DivisionCandidate> PaletteFactory.divideSubset2(int[] table, ColorSpaceSubset subset, int component, int precision) private PaletteFactory.DivisionCandidatePaletteFactory.finishDivision(ColorSpaceSubset subset, int component, int precision, int sum, int slice) Method parameters in org.apache.commons.imaging.palette with type arguments of type ColorSpaceSubsetModifier and TypeMethodDescriptionprivate List<ColorSpaceSubset> PaletteFactory.divide(List<ColorSpaceSubset> v, int desiredCount, int[] table, int precision) Constructors in org.apache.commons.imaging.palette with parameters of type ColorSpaceSubsetModifierConstructorDescription(package private)DivisionCandidate(ColorSpaceSubset dst_a, ColorSpaceSubset dst_b) Constructor parameters in org.apache.commons.imaging.palette with type arguments of type ColorSpaceSubset