Searched refs:getQuantizedColors (Results 1 – 4 of 4) sorted by relevance
26 List<Palette.Swatch> getQuantizedColors(); in getQuantizedColors() method
151 public List<Palette.Swatch> getQuantizedColors() { in getQuantizedColors() method in VariationalKMeansQuantizer
163 public List<Swatch> getQuantizedColors() { in getQuantizedColors() method in ColorCutQuantizer
847 swatches = mQuantizer.getQuantizedColors(); in generate()