Uses of Class
org.apache.commons.imaging.palette.ColorSpaceSubset
-
Packages that use ColorSpaceSubset Package Description org.apache.commons.imaging.palette Color quantization and palette manipulation tools. -
-
Uses of ColorSpaceSubset in org.apache.commons.imaging.palette
Fields in org.apache.commons.imaging.palette declared as ColorSpaceSubset Modifier and Type Field Description private ColorSpaceSubsetPaletteFactory.DivisionCandidate. dstAprivate ColorSpaceSubsetPaletteFactory.DivisionCandidate. dstBprivate ColorSpaceSubset[]QuantizedPalette. straightFields in org.apache.commons.imaging.palette with type parameters of type ColorSpaceSubset Modifier and Type Field Description private java.util.List<ColorSpaceSubset>QuantizedPalette. subsetsMethods in org.apache.commons.imaging.palette with parameters of type ColorSpaceSubset Modifier and Type Method Description intColorSpaceSubset.RgbComparator. compare(ColorSpaceSubset c1, ColorSpaceSubset c2)private PaletteFactory.DivisionCandidatePaletteFactory. divideSubset2(int[] table, ColorSpaceSubset subset, int precision)private java.util.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 ColorSpaceSubset Modifier and Type Method Description private voidPaletteFactory. divide(java.util.List<ColorSpaceSubset> v, int desiredCount, int[] table, int precision)Constructors in org.apache.commons.imaging.palette with parameters of type ColorSpaceSubset Constructor Description DivisionCandidate(ColorSpaceSubset dstA, ColorSpaceSubset dstB)Constructor parameters in org.apache.commons.imaging.palette with type arguments of type ColorSpaceSubset Constructor Description QuantizedPalette(java.util.List<ColorSpaceSubset> subsets, int precision)
-