abczhaooooo 目前支持滤镜和混合模式有限:
1、滤镜
/**@private 模糊滤镜。*/
public static const BLUR:int = 0x10;
/**@private 颜色滤镜。*/
public static const COLOR:int = 0x20;
/**@private 发光滤镜。*/
public static const GLOW:int = 0x08;
2、混合模式
["normal", "add", "multiply", "screen","overlay","light","mask","destination-out"];