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
Try something like Color.Color('rgba(255, 0, 0, 0.5)').to_rgba_255()
I would expect this to return (255, 0, 0, 127) but instead I get (127, 255, 0, 0).