Searched refs:colorToLAB (Results 1 – 4 of 4) sorted by relevance
250 ColorUtilsFromCompat.colorToLAB(findFg ? fg : bg, lab); in findContrastColor()429 public static void colorToLAB(@ColorInt int color, @NonNull double[] outLab) { in colorToLAB() method in NotificationColorUtil.ColorUtilsFromCompat
215 ColorUtils.colorToLAB(color, result); in verifyColorToLAB()
309 public static void colorToLAB(@ColorInt int color, @NonNull double[] outLab) { in colorToLAB() method in ColorUtils
1193 method public static void colorToLAB(int, double[]);