Processing Forum
Declare variables for the white quad points: wx1,wy1,wx2,wy2,wx3,wy3,wx4,wy4.
Start a white quad with vertices (wx1+0,wy1+15,wx2+30,wy2+0,wx3+60,wy3+15,wx4+30,wy4+30);
AND
Repeat this white quad on the horizontal Xaxis (wx1,wx2,wx3,wx4) every 60 pixels and stop when wx3 gets to the width of size().
then
drop down the white quad by 60 pixels vertically on all Yaxis (wy1,wy2,wy3,wy4) points and shift all Xaxis points (wx1,wx2,wx3,wx4) to left by -30 horizontal Xaxis pixels.
And
Repeat this white quad on all horizontal axis points every -60 pixels until you get to 0.