PImage fog; int flip = 0; int srcw=512; int srch=346; int wid=450; int hi=300; color c, cprime; void setup( ) { size(srcw, srch); fog = loadImage("stegFog.png"); image(fog,0,0); } void draw( ) { if (mousePressed) { for (int i=0; i