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