Adobe 65036570 - Director - PC User Manual page 152

User guide
Hide thumbs Also See for 65036570 - Director - PC:
Table of Contents

Advertisement

Property summary
Property
Description
brightness:Number
Adjusts the brightness of an image.
contrast:Number
Adjusts the highlights, shadows, and
midtones of an image.
saturation:Number
Adjusts the intensity of a color.
hue:Number
Adjusts the shade of a color.
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
BlurX:Number
BlurY:Number
quality:Number
strength:Number
strengthPercent:Number
Description
The amount of horizontal blur.
The amount of vertical blur.
The number of times to apply the filter.
The strength of the imprint or spread.
Value Range
-100 to 100
-100 to 100
-100 to 100
-180 to 180
Value Range
0-255
0-255
0-15
0-10
0-1000
ADOBE DIRECTOR 11.0
141
User Guide
Default
0
0
0
0
Default
4
4
1 (low)
1
100

Advertisement

Table of Contents
loading

This manual is also suitable for:

Director 11

Table of Contents