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
We have to use the scale of the underlying color space. For most
color spaces, that's [0.0, 1.0], but not for lab color spaces.
The spec comment at the start of this function already tells us
what to do, but the code used to not do it. Now it does.
0 commit comments