How can I use the HSL colorspace in Java?
Posted
by Eric
on Stack Overflow
See other posts from Stack Overflow
or by Eric
Published on 2010-06-08T13:24:07Z
Indexed on
2010/06/08
13:42 UTC
Read the original article
Hit count: 270
I've had a look at the ColorSpace class, and found the constant TYPE_HLS
(which presumably is just HSL in a different order).
Can I use this constant to create a Color
from hue, saturation, and luminosity?
If not, are there any Java classes for this, or do I need to write my own?
© Stack Overflow or respective owner