size(255, 255); for(int x=0;x<255;x = x + 1) { stroke(x); line(x, 0, x, height); }