We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I'm trying to save an image from a PGraphics I've created, but I can't figure out how to change the background color of the PGrahics. It either comes out as black background or transparent. Any suggestions?
Answers
Simply use the background statement to clear the PGraphics object before drawing.
yes! I forgot about beginDraw and endDraw, thanks!