BlendMode NORMAL = const BlendMode(gl.ONE, gl.ONE_MINUS_SRC_ALPHA, "source-over")

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