| getHSBComponents |
(Color color) |
yoix.awt |
| getHSBComponents |
(Number red, Number green, Number blue) |
|
| |
Returns an
Array
that contains the hue, saturation, and brightness color components,
as numbers between
0.0
to
1.0
inclusive, that correspond
to
color
or the
red,
green,
and
blue
components.
A
red,
green,
or
blue
component that is a
double
should be a number between
0.0
and
1.0,
while a component that is an
int
should be a number between
0
and
255.
|
Yoix is a registered trademark of AT&T Inc.
|