pixi.renderers.webgl.utils.WebGLBlendModeManager

type
class
metadata
:native
"PIXI.WebGLBlendModeManager"

Constructor

new()

Instance Methods

destroy() : Void

Destroys this object.

setBlendMode(blendMode : Float) : Void

parameters
blendMode {Number} the blendMode, should be a Pixi const, such as PIXI.BlendModes.ADD
Sets-up the given blendMode from WebGL's point of view

setContext(gl : Dynamic) : Void

parameters
gl {WebGLContext} the current WebGL drawing context
Sets the WebGL Context.