int i; size(300,300); for(i=0; i < 300; i =i+ 10){ stroke(255,255,i); line(i,0,i,300); line(i+5,0,i-5,300); }