BlendMode BELOW = const BlendMode(gl.ONE_MINUS_DST_ALPHA, gl.ONE, "destination-over")

The display object appears in behind the background. Pixel values of the background object override those of the display object. Where the background is transparent, the display object is visible.