User Guide
GradientGlowFilter (flash.filters.GradientGlowFilter) 633
Property summary
Properties inherited from class Object
Constructor summary
Modifiers Property Description
alphas:Array An array of alpha transparency values for the
corresponding colors in the colors array.
angle:Number The angle, in degrees.
blurX:Number The amount of horizontal blur.
blurY:Number The amount of vertical blur.
colors:Array An array of colors that defines a gradient.
distance:Number The offset distance of the glow.
knockout:Boolean Specifies whether the object has a knockout effect.
quality:Number The number of times to apply the filter.
ratios:Array An array of color distribution ratios for the
corresponding colors in the colors array.
strength:Number The strength of the imprint or spread.
type:String The placement of the filter effect.
constructor (Object.constructor property), __proto__ (Object.__proto__
property), prototype (Object.prototype property), __resolve
(Object.__resolve property)
Signature Description
GradientGlowFilter([
distance:Number],
[angle:Number],
[colors:Array],
[alphas:Array],
[ratios:Array],
[blurX:Number],
[blurY:Number],
[strength:Number],
[quality:Number],
[type:String],
[knockout:Boolean])
Initializes the filter with the specified parameters.