Home | History | Annotate | Download | only in util

Lines Matching defs:colorToLAB

308         ColorUtilsFromCompat.colorToLAB(findFg ? fg : bg, lab);
517 ColorUtilsFromCompat.colorToLAB(baseColor, result);
585 ColorUtilsFromCompat.colorToLAB(color, result);
712 public static void colorToLAB(@ColorInt int color, @NonNull double[] outLab) {