![]() |
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 ( |