Searched refs:HSBtoColor (Results 1 – 2 of 2) sorted by relevance
239 public static int HSBtoColor(float[] hsb) { in HSBtoColor() method in Color240 return HSBtoColor(hsb[0], hsb[1], hsb[2]); in HSBtoColor()256 public static int HSBtoColor(float h, float s, float b) { in HSBtoColor() method in Color
1542 paint.setColor(Color.HSBtoColor(0.28f - 0.28f * overdraw / 3.5f, 0.8f, 1.0f)); in drawOverdrawCounter()