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
Currently, the maximum hex value allowed for color is #FFFFFF so Color.isValid returns false for the value above this. But, there is a chance for alpha value so the maximum value must be #FFFFFFFF.