User Guide

DisplacementMapFilter (flash.filters.DisplacementMapFilter) 507
Property summary
Properties inherited from class Object
Constructor summary
Modifiers Property Description
alpha:Number Specifies the alpha transparency value to use for out-
of-bounds displacements.
color:Number Specifies what color to use for out-of-bounds
displacements.
componentX:Number Describes which color channel to use in the map
image to displace the x result.
componentY:Number Describes which color channel to use in the map
image to displace the y result.
mapBitmap:BitmapData A BitmapData object containing the displacement
map data.
mapPoint:Point A flash.geom.Point value that contains the offset of
the upper-left corner of the target movie clip from the
upper-left corner of the map image.
mode:String The mode for the filter.
scaleX:Number The multiplier to use to scale the x displacement result
from the map calculation.
scaleY:Number The multiplier to use to scale the y displacement result
from the map calculation.
constructor (Object.constructor property), __proto__ (Object.__proto__
property), prototype (Object.prototype property), __resolve
(Object.__resolve property)
Signature Description
DisplacementMapFilte
r(mapBitmap:BitmapDa
ta, mapPoint:Point,
componentX:Number,
componentY:Number,
scaleX:Number,
scaleY:Number,
[mode:String],
[color:Number],
[alpha:Number])
Initializes a DisplacementMapFilter instance with the specified
parameters.