bgrins / TinyColor

Fast, small color manipulation and conversion for JavaScript
https://bgrins.github.io/TinyColor/
MIT License
5.05k stars 439 forks source link

Add failing rgba float test #277

Open matthias-ccri opened 2 months ago

matthias-ccri commented 2 months ago

Implements toRgbValues. See https://github.com/bgrins/TinyColor/issues/278

matthias-ccri commented 2 months ago

@bgrins when you have a chance, could you look at this change? I believe it's important for this color library to have a way to access the precise rgb values.