cuixueying 滤镜除了颜色colorFilter外,其他滤镜必须是webGL模式,否则无效[code]Laya.init(600,400,WebGL); var sp:Sprite=new Sprite(); sp.loadImage("Pages.png",0,0,0,0); Laya.stage.addChild(sp); sp.filters = [new GlowFilter("#ff0000",10,10,10)];[/code]