Home | History | Annotate | Download | only in palette

Lines Matching refs:isBlack

982             return !isWhite(hsl) && !isBlack(hsl) && !isNearRedILine(hsl);
988 private boolean isBlack(float[] hslColor) {