You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: Try to convert a hex to HSLA and back to hex. The expected result is the same hex. (Currently, it's different)
This comes from the hsla function. It uses toFixed() and it loses the correct value. I think it shouldn't round the values.
The text was updated successfully, but these errors were encountered:
tnkarno
changed the title
Color connversion problem
Color conversion problem
Jul 8, 2022
I'll close in favor of that but if you have a suggestion on how to improve this, please do share over there 😄. Keep in mind that the output of these colors should be readable by CSS.
In particular, these specs: rgba and hsla
Version: 2.0.0,
Problem: Try to convert a hex to HSLA and back to hex. The expected result is the same hex. (Currently, it's different)
This comes from the
hsla
function. It usestoFixed()
and it loses the correct value. I think it shouldn't round the values.The text was updated successfully, but these errors were encountered: