I currently have a custom view whose color is set using the following,
canvas.drawColor(Color.RED);
What I would like to do a punch a "hole" in the now red background or essentially fill that hole with a transparent color. I would also like to invert this as well to my choosing. If anyone can shed some light on this topic, much would be appreciated. I've looked at this post erase bitmap but it seems overkill for what I'm trying to do here.