/* By Sajid Saiyed http://www.ssdesigninteractive.com/g2 http://www.ssdesigninteractive.com/blog Do let me know if you happen to imrovise this code */ // Number of attractors int maxnum = 20; // Color parameters (Tarbell's colour technique) int maxpal = 512; int numpal = 0; color[] goodcolor = new color[maxpal]; // Attractors Attractors[] att = new Attractors[maxnum]; Followers[] fol = new Followers[maxnum]; // SETUP void setup(){ size(500, 500); takecolor("111.gif"); background(255); smooth(); // Create Attractors for(int i=0; i