ICC
< back to sketch

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

< back to sketch