| getHSBColor |
(Number hue, Number saturation, Number brightness) |
yoix.awt |
| |
Returns a
Color
that represents the
hue,
saturation,
and
brightness
color component arguments.
A color component that is a
double
should be a number between
0.0
and
1.0,
while the interpretation of
int
arguments depends on the component.
An integer
hue
should be a number between
0
and
360,
while integer
saturation
and
brightness
should be numbers between
0
and
100.
|
Yoix is a registered trademark of AT&T Inc.
|