function setup(){ createCanvas(); background(0); noStroke(); for(let x=0;x<800;x+=100){ for(let y=0;y<800;y+=100{ fill(255,random(120),random(120));//