Searched refs:approximateToRgb888 (Results 1 – 1 of 1) sorted by relevance
134 mQuantizedColors.add(new Swatch(approximateToRgb888(color), hist[color])); in quantize()401 return new Swatch(approximateToRgb888(redMean, greenMean, blueMean), totalPopulation); in getAverageColor()461 static int approximateToRgb888(int r, int g, int b) { in approximateToRgb888() method in ColorCutQuantizer467 private static int approximateToRgb888(int color) { in approximateToRgb888() method in ColorCutQuantizer468 return approximateToRgb888(quantizedRed(color), quantizedGreen(color), in approximateToRgb888()