xxxxxxxxxx
17
function setup() {
createCanvas(400, 400);
loadPixels();
}
function draw() {
background(220);
// for (var x = 0; x < width; x += 5) {
// for (var y = 0; y < height; y += 5) {
// if
}
updatePixels();
}