ABOVE constant

BlendMode const ABOVE

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

Implementation

static const BlendMode ABOVE = BlendMode(
    gl.WebGL.DST_ALPHA, gl.WebGL.ONE_MINUS_SRC_ALPHA, 'source-atop');