function setup() { createCanvas(800, 600); } function draw() { background(30); }