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
gradient_stop::gradient_stop and gradient_stop::color take their color parameter by const reference, although in the paper it is taken by value. Which should it be?