FREE RGB Number/ Random Color Template
RabidParrot
Formally RabidParrot.Member Posts: 956
I created this tool to create random colors. The template shows the colors with a RGB value of 0 to 1.
Hope someone benefits from this.
Comments
Nice demo! Thanks for sharing it.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
Nice !
I'd make one adjustment, there are 16,777,216 colours in a 24bit colour palette, this only uses 1,000 (which is still a lot ! ) - but if you changed your random colour value to random(0,255)/255 you would be using the full 16,777,216 colours.
Thanks @Socks!
//