Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/graphics/
H A DColorUtils.java216 public static void RGBToHSL(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToHSL() method
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DContrastColorUtil.java1043 public static void RGBToHSL(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToHSL() method in ContrastColorUtil.ColorUtilsFromCompat