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?
I found the built-in method for HSB (which is not the same as HSL, but is similar)