I have set the color of color picker to blue. How do I generate random colors in my rollout?
colorpicker cp "" color:blue across:2 width:40 pos:[10,40] offset:[0,40]
Thanks
Forum topic · Scripts Wanted
By cuatcside · 2020-06-19
I have set the color of color picker to blue. How do I generate random colors in my rollout?
colorpicker cp "" color:blue across:2 width:40 pos:[10,40] offset:[0,40]
Thanks
I guess the simplest way
DMZScripts · 2020-06-20
The simplest way would be this:
(color (random 1 255) (random 1 255) (random 1 255))