BlendMode ERASE = const BlendMode(gl.ZERO, gl.ONE_MINUS_SRC_ALPHA, "destination-out")

Erases the background based on the alpha value of the display object.