Searched refs:colorToLAB (Results 1 – 2 of 2) 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