Searched refs:mTempHsl (Results 1 – 1 of 1) sorted by relevance
82 private final float[] mTempHsl = new float[3]; field in ColorCutQuantizer452 ColorUtils.colorToHSL(rgb, mTempHsl); in shouldIgnoreColor()453 return shouldIgnoreColor(rgb, mTempHsl); in shouldIgnoreColor()