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
The keywords srgb, srgbf, srgbt, and srgbft accept arguments outside the defined domain of the sRGB transfer function. This has caused confusion among users who are unclear on how these keywords work.
Describe the solution you'd like
Issue a non-fatal parse warning if any of the red, green, or blue components of the argument to srgb, etc. are less than 0 or greater than 1.