Searched refs:argbFromRgb (Results 1 – 1 of 1) sorted by relevance
53 public static int argbFromRgb(int red, int green, int blue) { in argbFromRgb() method in ColorUtils62 return argbFromRgb(r, g, b); in argbFromLinrgb()99 return argbFromRgb(r, g, b); in argbFromXyz()161 return argbFromRgb(component, component, component); in argbFromLstar()