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
An RGB value such as rgb(100%, 50%, 75%) results in values of 255, 127.5, and 191.25, respectively. Browsers do rounding in this case. Need to figure out how they do it and mimic.
The text was updated successfully, but these errors were encountered:
An RGB value such as rgb(100%, 50%, 75%) results in values of 255, 127.5, and 191.25, respectively. Browsers do rounding in this case. Need to figure out how they do it and mimic.
The text was updated successfully, but these errors were encountered: