bowrango / ClashRoyale

An effort to understand the complex meta within the Clash Royale universe through web scraping and data analysis
3 stars 1 forks source link

Returned datatype is invalid for random_color #1

Closed bowrango closed 4 years ago

bowrango commented 4 years ago

required uses:

A hex string (e.g. '#ff0000') A rgb/rgba string (e.g. 'rgb(255,0,0)') A hsl/hsla string (e.g. 'hsl(0,100%,50%)') A hsv/hsva string (e.g. 'hsv(0,100%,100%)') A named CSS color:

returned datatype is a rgb tuple(r, g, b) of random numbers