Searched refs:getSwatches (Results 1 – 6 of 6) sorted by relevance
55 return mPalette.getSwatches(); in getQuantizedColors()
79 return mPalette.getSwatches(); in getQuantizedColors()
101 public List<Swatch> getSwatches() { in getSwatches() method in Palette
66 return mPalette.getSwatches(); in getQuantizedColors()
234 final ArrayList<Palette.Swatch> swatches = new ArrayList<>(palette.getSwatches()); in fromBitmap()
963 return mPalette.getSwatches().size() > 1; in isComplexColor()977 final List<Palette.Swatch> swatches = mPalette.getSwatches(); in isGrayscale()