Searched refs:hsvToRgb (Results 1 – 2 of 2) sorted by relevance
199 public static int hsvToRgb(float hue, float saturation, float value) { in hsvToRgb() method in Utils
150 | (0xFFFFFF & Utils.hsvToRgb(mOutHue, mOutSat, mOutValue))); in apply()