I have two intersecting circles drawn using blendMode(MULTIPLY)
.
A new shape is formed as a result of the intersection.
I need to determine the edge points of new shape without using math.
Is there any programmable way to determine whether a point color was set using blendMode()
?
Supposed pseudocode:
if ( point.blendMode == true ) return true;