quil 2018-12-27

Is there an idiomatic way to reset the canvas to its original background color?

Or is it just a matter of, one way or another, filling the canvas with pixels of that color?

Use background or draw filled rectangle

💯 1

I used a filled rectangle. Cheers! Think I’ll look up the background function when I get home from work