Watch this video: http://funprogramming.org/5-Light-speed-effect-change-line-colors.html [Video 5]
For this, you will use two circles. The first circle should just be a solid circle. The second circle should have the same center and be very tiny. This second circle should have the frameRate function above it to animate it (and make sure that the background function is in the function draw() as well). You should have a random strokeWeight the random should be set to the same as the radius of the solid circle.
Can you figure out how I wrote this program? (Hint: use the strokeWeight function);
Write a program using color shading effects (e.g. color changes from light color to a dark color and back)