Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/utils/
DColorUtils.java45 public static int xyzToColor(double x, double y, double z) { in xyzToColor() method in ColorUtils
DCamUtils.java102 return ColorUtils.xyzToColor(xT * CamUtils.WHITE_POINT_D65[0], in intFromLstar()
DCam.java321 int argb = ColorUtils.xyzToColor(x, y, z); in viewed()