Packagecom.adobe.csxs.types
Classpublic final class ColorType

Stores the color-type constants.



Public Constants
 ConstantDefined by
  GRADIENT : String = "gradient"
[static]
ColorType
  NONE : String = "none"
[static]
ColorType
  RGB : String = "rgb"
[static]
ColorType
Constant detail
GRADIENTconstant
public static const GRADIENT:String = "gradient"
NONEconstant 
public static const NONE:String = "none"
RGBconstant 
public static const RGB:String = "rgb"