Packagecom.flashdynamix.motion.effects
Classpublic class ReflectEffect
ImplementsIEffect



Public Properties
 PropertyDefined by
  ct : ColorTransform
ReflectEffect
  floorArea : Rectangle
ReflectEffect
  theMask : Shape
ReflectEffect
Public Methods
 MethodDefined by
  
ReflectEffect(floorArea:Rectangle, ct:ColorTransform, alphas:Array = null, ratios:Array = null)
ReflectEffect
  
render(bmd:BitmapData):void
ReflectEffect
Property detail
ctproperty
public var ct:ColorTransform
floorAreaproperty 
public var floorArea:Rectangle
theMaskproperty 
public var theMask:Shape
Constructor detail
ReflectEffect()constructor
public function ReflectEffect(floorArea:Rectangle, ct:ColorTransform, alphas:Array = null, ratios:Array = null)Parameters
floorArea:Rectangle
 
ct:ColorTransform
 
alphas:Array (default = null)
 
ratios:Array (default = null)
Method detail
render()method
public function render(bmd:BitmapData):voidParameters
bmd:BitmapData