Searched refs:colorToLAB (Results 1 – 3 of 3) sorted by relevance
308 ColorUtilsFromCompat.colorToLAB(findFg ? fg : bg, lab); in findContrastColor()520 ColorUtilsFromCompat.colorToLAB(baseColor, result); in changeColorLightness()572 ColorUtilsFromCompat.colorToLAB(color, result); in getShiftedColor()723 public static void colorToLAB(@ColorInt int color, @NonNull double[] outLab) { in colorToLAB() method in ContrastColorUtil.ColorUtilsFromCompat
353 public static void colorToLAB(@ColorInt int color, @NonNull double[] outLab) { in colorToLAB() method
106272 Lcom/android/internal/util/NotificationColorUtil$ColorUtilsFromCompat;->colorToLAB(I[D)V