ADOBE DIRECTOR 11.0
User Guide
138
Blur filter applied to a text sprite
Property summary
Lingo Syntax:
MyFilter=filter(#BlurFilter)
or
MyFilter = filter(#BlurFilter, [#BlurX:5, #BlurY:5, #quality:1])
Java Script Syntax:
var MyFilter = filter(symbol("BlurFilter"));
or
var MyFilter=filter(symbol("BlurFilter"),
propList(symbol("BlurX"),5,symbol("BlurY"),5), symbol("quality"),1);
Glow Filter
The Glow filter lets you apply a color all around the edges of a sprite and to add a glow effect to various sprites. You
can set the style of the glow in several ways, including inner or outer glow and knockout mode.
Glow filter applied to a text sprite
Property summary
Property
Description
Value Range
Default
BlurX:Number
The amount of
horizontal blur.
0-255
5
BlurY:Number
The amount of
vertical blur.
0-255
5
Quality:Number
The number of
times to perform
the blur.
0-15
1
Property
Description
Value Range
Default
BlurX:Number The
amount
of horizontal blur.
0-255
6
BlurY:Number
The amount of vertical blur.
0-255
6
quality:Number
The number of times to perform the blur.
0-15
1 (low)
strength:Number
The strength of the imprint or spread. The higher the
value, the more color is imprinted and the stronger the
contrast between the glow and the background.
0-10
2
color:Color
The color of the glow.
RGB (FF,0,0)