A B+W version of this had been my background for some time. Needing some time away from monocromatic themes, I added a few bits of code for random color values and re-ran the script.
int R = int(random(100,255));
int G = int(random(100,255));
int B = int(random(100,255));
fill(R,G,B,90);
10000x itterations shown above.
No comments:
Post a Comment