Searched refs:shouldIgnoreColor (Results 1 – 1 of 1) sorted by relevance
111 if (hist[color] > 0 && shouldIgnoreColor(color)) { in quantize()219 if (!shouldIgnoreColor(swatch)) { in generateAverageColors()450 private boolean shouldIgnoreColor(int color565) { in shouldIgnoreColor() method in ColorCutQuantizer453 return shouldIgnoreColor(rgb, mTempHsl); in shouldIgnoreColor()456 private boolean shouldIgnoreColor(Swatch color) { in shouldIgnoreColor() method in ColorCutQuantizer457 return shouldIgnoreColor(color.getRgb(), color.getHsl()); in shouldIgnoreColor()460 private boolean shouldIgnoreColor(int rgb, float[] hsl) { in shouldIgnoreColor() method in ColorCutQuantizer