BlendMode ABOVE = const BlendMode(gl.DST_ALPHA, gl.ONE_MINUS_SRC_ALPHA, "source-atop")

The display object appears above the background. Pixel values of the display object are invisible where the backround is transparent.