Packageorg.papervision3d.core.effects.utils
Classpublic class BitmapDrawCommand



Public Properties
 PropertyDefined by
  blendMode : String = "normal"
BitmapDrawCommand
  colorTransform : ColorTransform = null
BitmapDrawCommand
  drawContainer : Boolean = false
BitmapDrawCommand
  smooth : Boolean = false
BitmapDrawCommand
  transformMatrix : Matrix = null
BitmapDrawCommand
Public Methods
 MethodDefined 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
Property detail
blendModeproperty
public var blendMode:String = "normal"
colorTransformproperty 
public var colorTransform:ColorTransform = null
drawContainerproperty 
public var drawContainer:Boolean = false
smoothproperty 
public var smooth:Boolean = false
transformMatrixproperty 
public var transformMatrix:Matrix = null
Constructor detail
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)
Method detail
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)