ADOBE DIRECTOR 11.0
User Guide
141
Property summary
Lingo Syntax:
MyFilter=filter(#AdjustColorFilter)
or
MyFilter = filter(#AdjustColorFilter, [#contrast:5, #brightness:5, #saturation:-100, #hue:-
180])
Java Script Syntax:
var MyFilter = filter(symbol("AdjustColorFilter"));
or
var MyFilter1 = filter(symbol("AdjustColorFilter"),
propList("brightness",5,"contrast",5,"saturation",50,"hue",50));
or
var MyFilter2 = filter(symbol("AdjustColorFilter"),
propList(symbol("saturation"),5,symbol("hue"),5,
symbol("brightness"),45,symbol("contrast"),40));
Gradient Glow filter
Use the Gradient Glow filter to apply a gradient glow effect to a variety of sprites. A gradient glow is a realistic-
looking glow with a color gradient that you can control. You can apply a gradient glow around the inner or outer
edge of a sprite or on top of a sprite.
Gradient glow filter applied to a text sprite
Property summary
Property
Description
Value Range
Default
brightness:Number
Adjusts the brightness of an image.
-100 to 100
0
contrast:Number
Adjusts the highlights, shadows, and
midtones of an image.
-100 to 100
0
saturation:Number
Adjusts the intensity of a color.
-100 to 100
0
hue:Number
Adjusts the shade of a color.
-180 to 180
0
Property
Description
Value Range
Default
BlurX:Number The
amount
of
horizontal blur.
0-255
4
BlurY:Number
The amount of vertical blur.
0-255
4
quality:Number
The number of times to apply the filter.
0-15
1 (low)
strength:Number
The strength of the imprint or spread.
0-10
1
strengthPercent:Number
0-1000
100