Searched refs:colorToLAB (Results 1 – 5 of 5) sorted by relevance
131 ColorUtils.colorToLAB(bg, lab); in findContrastColor()133 ColorUtils.colorToLAB(fg, lab); in findContrastColor()
308 ColorUtilsFromCompat.colorToLAB(findFg ? fg : bg, lab); in findContrastColor()521 ColorUtilsFromCompat.colorToLAB(baseColor, result); in changeColorLightness()573 ColorUtilsFromCompat.colorToLAB(color, result); in getShiftedColor()727 public static void colorToLAB(@ColorInt int color, @NonNull double[] outLab) { in colorToLAB() method in ContrastColorUtil.ColorUtilsFromCompat
204 ColorUtils.colorToLAB(foregroundColor, lab); in findContrastColorAgainstLightBackground()
384 public static void colorToLAB(@ColorInt int color, @NonNull double[] outLab) { in colorToLAB() method
88571 Lcom/android/internal/util/NotificationColorUtil$ColorUtilsFromCompat;->colorToLAB(I[D)V