Package | krewfw.core |
Class | public class KrewBlendMode |
Inheritance | KrewBlendMode ![]() |
Method | Defined By | ||
---|---|---|---|
registerExtendedBlendModes():void [static] | KrewBlendMode |
Constant | Defined 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 |
registerExtendedBlendModes | () | method |
public static function registerExtendedBlendModes():void
ADD | Constant |
public static const ADD:String = add
AUTO | Constant |
public static const AUTO:String = auto
ERASE | Constant |
public static const ERASE:String = erase
MULTIPLY | Constant |
public static const MULTIPLY:String = multiply
NONE | Constant |
public static const NONE:String = none
NORMAL | Constant |
public static const NORMAL:String = normal
SCREEN | Constant |
public static const SCREEN:String = screen
SUB | Constant |
public static const SUB:String = sub