Trying to generate a Colour object using 0, 255, 0 RGB value and read back the rgb tuple. Getting a exponential negative value in place of blue. Also tried, Color("lime").rgb Color("#00FF00").rgb Color(rgb=(0,1,0)).rgb
Trying to generate a Colour object using 0, 255, 0 RGB value and read back the rgb tuple. Getting a exponential negative value in place of blue.
Also tried,
Color("lime").rgb
Color("#00FF00").rgb
Color(rgb=(0,1,0)).rgb