Searched refs:hsb (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DColor.java234 * @param hsb 3 element array which holds the input HSB components.
239 public static int HSBtoColor(float[] hsb) { argument
240 return HSBtoColor(hsb[0], hsb[1], hsb[2]);

Completed in 47 milliseconds