Random Colors

This code uses a nested for loop to loop over every pixel in the window. For each pixel, it creates a random color and draws a point with that color at that pixel.


This is a companion discussion topic for the original entry at https://happycoding.io/examples/processing/for-loops/random-colors