Method getHSBColor(float h, float s, float b)
Return type: java.awt.Color
Member of: java.awt.Color
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 c = Color.getHSBColor(i/255f, 1f, 1f);
2 c = Color.getHSBColor(hue, 1f, 1f);
3 c = Color.getHSBColor(hue, saturation, brightness);
4 c = Color.getHSBColor (
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.