Packagekrewfw.core
Classpublic class KrewBlendMode
InheritanceKrewBlendMode Inheritance Object

Expand the blend modes of Starling framework.



Public Methods
 MethodDefined By
  
[static]
KrewBlendMode
Public Constants
 ConstantDefined By
  ADD : String = add
[static]
KrewBlendMode
  AUTO : String = auto
[static]
KrewBlendMode
  ERASE : String = erase
[static]
KrewBlendMode
  MULTIPLY : String = multiply
[static]
KrewBlendMode
  NONE : String = none
[static]
KrewBlendMode
  NORMAL : String = normal
[static]
KrewBlendMode
  SCREEN : String = screen
[static]
KrewBlendMode
  SUB : String = sub
[static]
KrewBlendMode
Method Detail
registerExtendedBlendModes()method
public static function registerExtendedBlendModes():void

Constant Detail
ADDConstant
public static const ADD:String = add

AUTOConstant 
public static const AUTO:String = auto

ERASEConstant 
public static const ERASE:String = erase

MULTIPLYConstant 
public static const MULTIPLY:String = multiply

NONEConstant 
public static const NONE:String = none

NORMALConstant 
public static const NORMAL:String = normal

SCREENConstant 
public static const SCREEN:String = screen

SUBConstant 
public static const SUB:String = sub