| Property | Defined By | ||
|---|---|---|---|
| activeBlendFunction : Function = null [static] | BlendMode | ||
| fns : Array [static] | BlendMode | ||
| targetFns : Array [static] | BlendMode | ||
| Method | Defined By | ||
|---|---|---|---|
_init_(gl:WebGLContext):void [static] | BlendMode | ||
BlendAdd(gl:WebGLContext):void [static] | BlendMode | ||
BlendAddTarget(gl:WebGLContext):void [static] | BlendMode | ||
BlendDestinationOut(gl:WebGLContext):void [static] | BlendMode | ||
BlendLight(gl:WebGLContext):void [static] | BlendMode | ||
BlendLightTarget(gl:WebGLContext):void [static] | BlendMode | ||
BlendMask(gl:WebGLContext):void [static] | BlendMode | ||
BlendMultiply(gl:WebGLContext):void [static] | BlendMode | ||
BlendMultiplyTarget(gl:WebGLContext):void [static] | BlendMode | ||
BlendNormal(gl:WebGLContext):void [static] | BlendMode | ||
BlendNormalTarget(gl:WebGLContext):void [static] | BlendMode | ||
BlendOverlay(gl:WebGLContext):void [static] | BlendMode | ||
BlendOverlayTarget(gl:WebGLContext):void [static] | BlendMode | ||
BlendScreen(gl:WebGLContext):void [static] | BlendMode | ||
BlendScreenTarget(gl:WebGLContext):void [static] | BlendMode | ||
| Constant | Defined By | ||
|---|---|---|---|
| ADD : String = add [static] | BlendMode | ||
| DESTINATIONOUT : String = destination-out [static] | BlendMode | ||
| LIGHT : String = light [static] | BlendMode | ||
| MULTIPLY : String = multiply [static] | BlendMode | ||
| NAMES : Array [static] | BlendMode | ||
| NORMAL : String = normal [static] | BlendMode | ||
| OVERLAY : String = overlay [static] | BlendMode | ||
| SCREEN : String = screen [static] | BlendMode | ||
| TOINT : * [static] | BlendMode | ||
| activeBlendFunction | property |
public static var activeBlendFunction:Function = null| fns | property |
public static var fns:Array| targetFns | property |
public static var targetFns:Array| _init_ | () | method |
| BlendAdd | () | method |
| BlendAddTarget | () | method |
| BlendDestinationOut | () | method |
| BlendLight | () | method |
| BlendLightTarget | () | method |
| BlendMask | () | method |
| BlendMultiply | () | method |
| BlendMultiplyTarget | () | method |
| BlendNormal | () | method |
| BlendNormalTarget | () | method |
| BlendOverlay | () | method |
| BlendOverlayTarget | () | method |
| BlendScreen | () | method |
| BlendScreenTarget | () | method |
| ADD | Constant |
public static const ADD:String = add| DESTINATIONOUT | Constant |
public static const DESTINATIONOUT:String = destination-out| LIGHT | Constant |
public static const LIGHT:String = light| MULTIPLY | Constant |
public static const MULTIPLY:String = multiply| NAMES | Constant |
public static const NAMES:Array| NORMAL | Constant |
public static const NORMAL:String = normal| OVERLAY | Constant |
public static const OVERLAY:String = overlay| SCREEN | Constant |
public static const SCREEN:String = screen| TOINT | Constant |
public static const TOINT:*