User Guide

530 ActionScript classes
Property summary
Properties inherited from class Object
Constructor summary
Modifiers Property Description
alpha:Number The alpha transparency value for the shadow color.
angle:Number The angle of the shadow.
blurX:Number The amount of horizontal blur.
blurY:Number The amount of vertical blur.
color:Number The color of the shadow.
distance:Number The offset distance for the shadow, in pixels.
hideObject:Boolean Indicates whether or not the object is hidden.
inner:Boolean Indicates whether or not the shadow is an inner
shadow.
knockout:Boolean Applies a knockout effect (true), which effectively
makes the object's fill transparent and reveals the
background color of the document.
quality:Number The number of times to apply the filter.
strength:Number The strength of the imprint or spread.
constructor (Object.constructor property), __proto__ (Object.__proto__
property), prototype (Object.prototype property), __resolve
(Object.__resolve property)
Signature Description
DropShadowFilter([di
stance:Number],
[angle:Number],
[color:Number],
[alpha:Number],
[blurX:Number],
[blurY:Number],
[strength:Number],
[quality:Number],
[inner:Boolean],
[knockout:Boolean],
[hideObject:Boolean]
)
Creates a new DropShadowFilter instance with the specified
parameters.