Generate random colors for color picker

Right now 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

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
miauu's picture

.

(
colorpicker cp "" color:(color (random 0 255) (random 0 255) (random 0 255)) across:2 width:40 pos:[10,40] offset:[0,40]
 
)
cuatcside's picture

Awesome. Thanks.

Awesome. Thanks.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.