I'm trying to adapt this sketch for my own work but I can't seem to figure out how to make it such that the tiles are solid colours and each row does not have that shadow.
The gradients and shadows are controlled by row 116 to 123.
I'm trying to adapt this sketch for my own work but I can't seem to figure out how to make it such that the tiles are solid colours and each row does not have that shadow.
The gradients and shadows are controlled by row 116 to 123.
To make each tile a solid color simply replace the call to
gradient()with a call tofill()given the color you want andrect(x, y, w, h).