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)
 
Please login to continue.