The color parameter can take in an tuple value, but this doesn't work.
However, if I do this -> (Normal Tuple)
it works. I don't understand what is happening here.
I searched on the net but couldn't really find anything (but I can't argue that my search wasn't really the most thorough), I also skimmed through the files for the accepted ColorValue and it does accept tuple(int, int, int). I also tried using lists as mentioned in a post , but that didn't work as well. My trial of lists