Goal
I'd love to do the following
- Convert
Color
toHSLColor
; - Customize the saturation of the color;
- Finally convert the
HSLColor
back toColor
.
Problems
But it turns out that the HSLColor's properties including saturation are final. Then how do I modify the HSL color space then?