NORMAL constant

BlendMode const NORMAL

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.

Implementation

static const BlendMode NORMAL =
    BlendMode(gl.WebGL.ONE, gl.WebGL.ONE_MINUS_SRC_ALPHA, 'source-over');