BELOW constant

BlendMode const BELOW

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.

Implementation

static const BlendMode BELOW =
    BlendMode(gl.WebGL.ONE_MINUS_DST_ALPHA, gl.WebGL.ONE, 'destination-over');