Searched refs:rgbColor (Results 1 – 1 of 1) sorted by relevance
1907 private static double[] convertRgbToXyz(int rgbColor) { in convertRgbToXyz() argument1908 final double[] comp = {Color.red(rgbColor), Color.green(rgbColor), Color.blue(rgbColor)}; in convertRgbToXyz()