Hey all, I am trying to figure out how to draw a Black and White Image and then have circles overlay which will contain the colored part of the image. Imagine an BW image of a person but a circle drawn over their face which makes their face the only part that is colored.
I have been looking at the "mask()" function as well as "breakShape()" with no success. I think I can do it by drawing the image multiple times as a texture map but this will be very slow I think and I want to avoid using the image multiple times.
Thank you for your help
1