Qix- / color-convert

Plain color conversion functions in JavaScript
MIT License
746 stars 96 forks source link

hsla support? #82

Closed pconerly closed 4 years ago

pconerly commented 4 years ago

hsla is way that css can define color, so it's something this library might want to handle.

Are there plans to handle hsla? (Would the repo authors be interested in a PR for it?)

Qix- commented 4 years ago

HSLA is just HSL with alpha. We already support HSL in this repo.