Frames 

 No Frames

Previous Element
GradientBevel

Next Element
Image


GradientGlow

Defines a glow filter on the display object that is uses a user-defined gradient. Gradient stops are defined using child Stop elements to define the location and color of the gradient. All Stop elements should be ordered by offset and a gradient glow should have at least 2 stops defined: one at offset 0, with an opacity of 0, and one at offset 100.

Attributes

blurX This defines the extent of the blur effect of the filter in the X-axis. A value of zero disables blurring and a value of 100 is the maximum blur value permitted.
From Value0
To Value100
Default Value5
blurY This defines the extent of the blur effect of the filter in the Y-axis. A value of zero disables blurring and a value of 100 is the maximum blur value permitted.
From Value0
To Value100
Default Value5
strength This defines the darkness of the filter. A value of zero disables the filter and a value of 1000 is the maximum strength value permitted.
From Value0
To Value1000
Default Value100
quality This defines the rendering quality of the filter. The higher the quality, the greater the processing power required to render the filter.
Values
low
This is the default lowest quality of the filter and is best for optimal playback performance
medium
This is the medium quality level
high
This is the highest quality level and renders the optimal blur
Default Valuelow
angle This defines the angle of the filter. Angles are expressed in degrees and range from 0 to 360. Filter effects rotate in a clockwise direction as the value increases.
From Value0
To Value360
Default Value45
distance This defines the distance of the filter effect from the object. Distances are expressed in pixels and range from -32 to + 32.
From Value-32
To Value32
Default Value5
knockout This boolean attributes defines whether the filtered object is visible in the output. When true, both the filtered object, and any underlying filter effects are not rendered.
Values
false
The source object is displayed on the stage
true
The source object and any underlying filter effect is hidden
Default Valuefalse
type Defines the type of glow displayed.
Values
inner
The glow is rendered inside the displayed object
outer
The glow is rendered outside the displayed object
full
The glow is rendered inside and outside the displayed object
Default Valueouter

Child Elements

Stop

Parent Elements

Filters

Examples

None


Previous Element
GradientBevel

Next Element
Image