Home
last modified time | relevance | path

Searched refs:RGBToLAB (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/graphics/
H A DColorUtils.java388 RGBToLAB(Color.red(color), Color.green(color), Color.blue(color), outLab); in colorToLAB()
405 public static void RGBToLAB(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToLAB() method
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DContrastColorUtil.java816 RGBToLAB(Color.red(color), Color.green(color), Color.blue(color), outLab); in colorToLAB()
833 public static void RGBToLAB(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToLAB() method in ContrastColorUtil.ColorUtilsFromCompat
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt85263 Lcom/android/internal/util/NotificationColorUtil$ColorUtilsFromCompat;->RGBToLAB(III[D)V