Phaser API Documentation

  Version: 
removeBlendMode(index)

Description:

Removes a custom blend mode from the renderer. Any Game Objects still using this blend mode will error, so be sure to clear them first.

Parameters:

name type description
index number

The index of the custom blend mode to be removed.

Returns:
Description:

This WebGLRenderer instance.

Since: 3.0.0