If I randomly draw 50 rects on the screen (meaning the position are random), is there are any way to let me know which area are still not covered? That's mean if the rect are black, the background are white, can I know there are any white space are not covered by those rect? (I may use beginShape to create those rectangles.)
Doesn't need to know the position, but once there are white, I can detect there have space.
Thank you very much!!!
Thank you very much!!!
1