TilemapLayer#blendMode

blendMode : number

The blend mode to be applied to the sprite. Set to PIXI.blendModes.NORMAL to remove any blend mode.

Warning: You cannot have a blend mode and a filter active on the same Sprite. Doing so will render the sprite invisible.

Inherited From
Default Value
  • PIXI.blendModes.NORMAL;
Source code: pixi/display/Sprite.js (Line 82)
doc_phaser
2017-02-14 11:15:48
Comments
Leave a Comment

Please login to continue.