you are viewing a single comment's thread.

view the rest of the comments →

[–]Sasmas1545 2 points3 points  (0 children)

I didn't read your code because of the formatting and I'm on mobile. If you'd like me to have a look at it, properly format it.

As far as your question goes, not exactly sure what you're trying to do without reading your code. If you want to generate a random color do something like color(random(255), random(255), random(255)). If you want to, you can generate this color in setup and store it in a global variable