Searched refs:mQuantizedColors (Results 1 – 2 of 2) sorted by relevance
53 private List<Palette.Swatch> mQuantizedColors; field in VariationalKMeansQuantizer113 mQuantizedColors = new ArrayList<>(); in quantize()119 mQuantizedColors.add(new Palette.Swatch(new float[]{ in quantize()152 return mQuantizedColors; in getQuantizedColors()
78 List<Swatch> mQuantizedColors; field in ColorCutQuantizer140 mQuantizedColors = new ArrayList<>(); in quantize()142 mQuantizedColors.add(new Swatch(approximateToRgb888(color), hist[color])); in quantize()151 mQuantizedColors = quantizePixels(maxColors); in quantize()164 return mQuantizedColors; in getQuantizedColors()