Hello:<br>&nbsp; I am looking to write just a simple drawing program that would load an image, and then allow me to draw and erase on top of it.&nbsp; I looked at the scribble example and it has basically everything I need except the ability to erase any marks I&#39;ve made over the source image.&nbsp; What would be the best way to erase any drawn lines I&#39;ve created over the image?&nbsp; I tried setting the image to ARGB and then switching the pen to (0,0,0,0) but that draws nothing (I was hoping it would draw 0,0,0,0 instead of adding color*alpha).&nbsp; Is there a way to use the source image as my pen color (basically painting with a texture)?&nbsp; Thanks for any help!<br>
<br><br>