In theory, let's say I have a View that lookes like this:
it's made in 'onDraw' by methods like 'drawCircle', 'drawRect', etc...
...And now let's say I have an imaginable Circle(well, a Circle object that I don't paint on the View) and I want the view to be filled with some color EXCEPT inside the imaginable Circle... so I want it to look like this:
How can I achieve this???