Home
last modified time | relevance | path

Searched defs:LABToColor (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/graphics/
H A DColorUtils.java574 public static int LABToColor(@FloatRange(from = 0f, to = 100) final double l, in LABToColor() method
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DContrastColorUtil.java917 public static int LABToColor(@FloatRange(from = 0f, to = 100) final double l, in LABToColor() method in ContrastColorUtil.ColorUtilsFromCompat