| Property | Defined by | ||
|---|---|---|---|
| ct : ColorTransform | ReflectEffect | ||
| floorArea : Rectangle | ReflectEffect | ||
| theMask : Shape | ReflectEffect | ||
| Method | Defined by | ||
|---|---|---|---|
|
ReflectEffect(floorArea:Rectangle, ct:ColorTransform, alphas:Array = null, ratios:Array = null)
| ReflectEffect | ||
|
render(bmd:BitmapData):void
| ReflectEffect | ||
| ct | property |
public var ct:ColorTransform
| floorArea | property |
public var floorArea:Rectangle
| theMask | property |
public var theMask:Shape
| 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) |
| render | () | method |
public function render(bmd:BitmapData):voidParameters
bmd:BitmapData |