avh4 / elm-color

Standard representation of colors, encouraging sharing between packages. (This replaces elm-lang/core#Color from Elm 0.18.)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add hsla color space

peacememories opened this issue · comments

Hi :)

I'm really interested in having one solution for color in the Elm ecosystem. One package I'd like to see use elm-color is tesk9/palette because it has a nice api for accessibility. The thing is, palette uses a Color type that can have both an hsl and an rgb representation. So to change the package to use elm-color there would have to be support for an hsla color space. Is this planned?