diff --git a/src/pixi/extras/Strip.js b/src/pixi/extras/Strip.js index 60339fe..2013490 100644 --- a/src/pixi/extras/Strip.js +++ b/src/pixi/extras/Strip.js @@ -48,7 +48,15 @@ */ this.dirty = true; - + /** + * The blend mode to be applied to the sprite. Set to PIXI.blendModes.NORMAL to remove any blend mode. + * + * @property blendMode + * @type Number + * @default PIXI.blendModes.NORMAL; + */ + this.blendMode = PIXI.blendModes.NORMAL; + /** * if you need a padding, not yet implemented *