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
Classes in org.apache.commons.imaging.palette that implement interfaces with type arguments of type ColorSpaceSubsetFields in org.apache.commons.imaging.palette declared as ColorSpaceSubsetModifier and TypeFieldDescriptionprivate final ColorSpaceSubsetPaletteFactory.DivisionCandidate.dstAprivate final ColorSpaceSubsetPaletteFactory.DivisionCandidate.dstBprivate final ColorSpaceSubset[]QuantizedPalette.straightFields in org.apache.commons.imaging.palette with type parameters of type ColorSpaceSubsetMethods 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 voidPaletteFactory.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 dstA, ColorSpaceSubset dstB) Constructor parameters in org.apache.commons.imaging.palette with type arguments of type ColorSpaceSubset