Searched refs:argbFromXyz (Results 1 – 1 of 1) sorted by relevance
129 return argbFromXyz(x * whitePoint[0], y * whitePoint[1], z * whitePoint[2]); in argbFromLstar()133 public static int argbFromXyz(double x, double y, double z) { in argbFromXyz() method in CamUtils