Searched refs:XYZToColor (Results 1 – 3 of 3) sorted by relevance
517 public static int XYZToColor(@FloatRange(from = 0f, to = XYZ_WHITE_REFERENCE_X) double x, in XYZToColor() method548 return XYZToColor(result[0], result[1], result[2]); in LABToColor()
887 public static int XYZToColor(@FloatRange(from = 0f, to = XYZ_WHITE_REFERENCE_X) double x, in XYZToColor() method in ContrastColorUtil.ColorUtilsFromCompat918 return XYZToColor(result[0], result[1], result[2]); in LABToColor()
99699 Lcom/android/internal/util/NotificationColorUtil$ColorUtilsFromCompat;->XYZToColor(DDD)I