int XSIZE = 600; int YSIZE = 600; void setup() { size(XSIZE,YSIZE); background(0); CreateImage(); } void CreateImage() { float xblocks = 1; float yblocks = 1; float xfreq = 100; float yfreq = 100; for (int y=1;y