Searched refs:mQuantizedColors (Results 1 – 2 of 2) sorted by relevance
53 private List<Palette.Swatch> mQuantizedColors; field in VariationalKMeansQuantizer112 mQuantizedColors = new ArrayList<>(); in quantize()124 mQuantizedColors.add(new Palette.Swatch(color, mean.getItems().size())); in quantize()153 return mQuantizedColors; in getQuantizedColors()
77 List<Swatch> mQuantizedColors; field in ColorCutQuantizer132 mQuantizedColors = new ArrayList<>(); in quantize()134 mQuantizedColors.add(new Swatch(approximateToRgb888(color), hist[color])); in quantize()143 mQuantizedColors = quantizePixels(maxColors); in quantize()156 return mQuantizedColors; in getQuantizedColors()