// whiteNoise int nPixels; void setup() { size(400, 300); nPixels = width*height; } void draw() { float b; // Load colors into the pixels array loadPixels(); // Fill pixel array with a random // grayscale value for (int i=0; i