private Boolean ShouldIgnoreColor(int color) { ColorUtils.RgbToHsl((color >> 16) & 0xff, (color >> 8) & 0xff, color & 0xff, tempHsl); return(ShouldIgnoreColor(tempHsl)); }