| Property | Defined by | ||
|---|---|---|---|
| blendMode : String = "normal" | BitmapDrawCommand | ||
| colorTransform : ColorTransform = null | BitmapDrawCommand | ||
| drawContainer : Boolean = false | BitmapDrawCommand | ||
| smooth : Boolean = false | BitmapDrawCommand | ||
| transformMatrix : Matrix = null | BitmapDrawCommand | ||
| Method | Defined by | ||
|---|---|---|---|
|
BitmapDrawCommand(transMat:Matrix = null, colorTransform:ColorTransform = null, blendMode:String = null, smooth:Boolean = false)
| BitmapDrawCommand | ||
|
draw(canvas:BitmapData, drawLayer:DisplayObject, transMat:Matrix = null, clipRect:Rectangle = null):void
| BitmapDrawCommand | ||
| blendMode | property |
public var blendMode:String = "normal"
| colorTransform | property |
public var colorTransform:ColorTransform = null
| drawContainer | property |
public var drawContainer:Boolean = false
| smooth | property |
public var smooth:Boolean = false
| transformMatrix | property |
public var transformMatrix:Matrix = null
| BitmapDrawCommand | () | constructor |
public function BitmapDrawCommand(transMat:Matrix = null, colorTransform:ColorTransform = null, blendMode:String = null, smooth:Boolean = false)Parameters
transMat:Matrix (default = null) |
|
colorTransform:ColorTransform (default = null) |
|
blendMode:String (default = null) |
|
smooth:Boolean (default = false) |
| draw | () | method |
public function draw(canvas:BitmapData, drawLayer:DisplayObject, transMat:Matrix = null, clipRect:Rectangle = null):voidParameters
canvas:BitmapData |
|
drawLayer:DisplayObject |
|
transMat:Matrix (default = null) |
|
clipRect:Rectangle (default = null) |