Initializing color in gl space without alpha gives unexpected results · Issue #301 · gka/chroma.js · GitHub
More Web Proxy on the site http://driver.im/
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
Observations:
gl
seems to be fine:chroma(0.5, 0.5, 0.8, "gl")
=#8080cc
(expected)chroma(0.5, 0.5, 0.8, "gl").brighten(1)
=1
(unexpected)chroma(0.5, 0.5, 0.8, 1, "gl").brighten(1)
=#b1afff
(expected)The text was updated successfully, but these errors were encountered: