color icon indicating copy to clipboard operation
color copied to clipboard

:rainbow: Javascript color conversion and manipulation library

Results 13 color issues
Sort by recently updated
recently updated
newest added

Hi, Would it be possible to specify the interpolation color space for functions performing color processing (mix, darken, etc.)? The [SVG specification](https://www.w3.org/TR/SVG/painting.html#ColorInterpolationProperties) defines the sRGB and linear RGB color spaces....

enhancement
pr welcome

I was about to write my own color library with a nicely clean API which in the end I found to resemble your approach very closely. So I screwed that...