I wanted to do it, and... I did it! Yayyy!!! Well this wasn't really a difficult project... I did just some clever math to find the 16,777,215 MILLION colours! You can just say 16 million btw :) How did I do this? I basically did 3 variables: r , g and b (standing for r(ed), g(reen) and b(lue)). I did the following formula: Set the color to be (g * 256 + b) + r * 65536 (who happens to be 256 squared for more info). Set the r , g and b slider variable reporters to have a range from 0 up to 255. This way you can get the 16 million colours! I'm going to use a similar technique for the 2.0 version! UPDATES: 18/03/23: Initial Release!