private Boolean shouldIgnoreColor(Color color) { ColorUtils.RGBtoHSL(color.R, color.G, color.B, mTempHsl); return(shouldIgnoreColor(mTempHsl)); }