/** * @author Mat Groves http://matgroves.com/ @Doormat23 */ PIXI.FilterBlock = function(mask) { this.graphics = mask this.visible = true; this.renderable = true; }