[]有没有浮雕滤镜?

已邀请:

cuixueying

赞同来自: ohkei

目前只有以下的滤镜和混合模式
	/**@private 模糊滤镜。*/
public static const BLUR:int = 0x10;
/**@private 颜色滤镜。*/
public static const COLOR:int = 0x20;
/**@private 发光滤镜。*/
public static const GLOW:int = 0x08;
		public static const NAMES:Array = /*[STATIC SAFE]*/["normal", "add", "multiply", "screen","overlay","light","mask","destination-out"];
public static const TOINT:* = /*[STATIC SAFE]*/{ "normal":0, "add":1, "multiply":2, "screen":3 ,"lighter":1,"overlay":4,"light":5,"mask":6,"destination-out":7};
public static const NORMAL:String = /*0;// */"normal";
public static const ADD:String = /*1;//*/ "add";
public static const MULTIPLY:String = /*2;//*/ "multiply";
public static const SCREEN:String = /*3;//*/ "screen";
public static const LIGHT:String = /*1;//*/ "light";
public static const OVERLAY:String =/*4;//*/ "overlay";
public static const DESTINATIONOUT:String =/*7;//*/ "destination-out";

该问题目前已经被锁定, 无法添加新回复

商务合作
商务合作