Clear Canvas
in
Programming Questions
•
2 years ago
Hey everyone,
I have a Processing sketch that takes used input and displays it. My problem is that I need to clear the input at certain points on the screen. Using background(255) in draw, clears the entire screen, however, I Only want to clear sections of the screen. What is the normal way to approach this?
Thanks all,
j
1