I\'ve had a look at the ColorSpace class, and found the constant TYPE_HLS (which presumably is just HSL in a different order).
TYPE_HLS
Can I use this const
Found it:
Color.getHSBColor(float h, float s, float b)