In the Paint program there is the capability to use an eraser to remove parts of graphics created by the user. How would I code for something like that in a graphics program?
In the Paint program there is the capability to use an eraser to remove parts of graphics created by the user. How would I code for something like that in a graphics program?
You could draw with the background color. White "ink" on a white surface is invisible.