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