How about supporting [HSL colors]?
How about not?
what do you mean "support"? can't the developer just use the values (hsl(120, 100%, 0%)
) in a string to create their color
if you mean like a hsl color checker (make sure it's valid), i'm sure you can find that online and port it to crystal code
I think they're talking about adding Colorize::ColorHSL
akin to Colorize::ColorRGB
.
Yes, that is what everyone assumed. It just definitely has no place in the standard library.
Most helpful comment
what do you mean "support"? can't the developer just use the values (
hsl(120, 100%, 0%)
) in a string to create their colorif you mean like a hsl color checker (make sure it's valid), i'm sure you can find that online and port it to crystal code