ScriptSpot

Forum topic · Scripts Wanted

Generate random colors for color picker

By cuatcside · 2020-06-19

Description

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

Comments (1)

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))