Adobe 65036570 - Director - PC User Manual page 151

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

Advertisement

strengthPercent:
Number
shadowColor:Color
The shadow color of the bevel.
shadowAlpha:Number
The alpha transparency value of the shadow color.
highlightColor:Number
The highlight color of the bevel in the format
0xRRGGBB.
highlightAlpha:Number The alpha transparency value of the highlight color in
the format.
angle:Number
The angle of the bevel.
distance:Number
The offset distance of the bevel.
inner:Number
knockout:Boolean
Applies a knockout effect (true), which effectively
makes the sprite's fill transparent and reveals the back-
ground color of the document.
Lingo Syntax:
MyFilter=filter(#BevelFilter)
or
MyFilter1 = filter(#BevelFilter, [#distance:5, #angle:5, #angle:40,
#highlightColor:color(255,0,0), #highlightAlpha:1, #shadowColor:color(0,255,0),
#shadowAlpha:0.5, #strength:1, #quality:2, #type:"full", #knockout:1, #inner:1])
Java Script Syntax:
var MyFilter = filter(symbol("BevelFilter"));
or
var MyFilter1 = filter(symbol("BevelFilter"),
propList("distance",5,"blurX",10,"blurY",5, "angle",50,"strength",40,
"highlightColor",color(255,0,0), "highlightAplha", 0.5, "shadowColor",
color(0,255,0),"quality",3, "type","inner","knockout",true,"inner",fasle));
or
var MyFilter2 = filter(symbol("BevelFilter"),
propList(symbol("distance"),5,symbol("blurX"),10,symbol("blurY"),5,
symbol("angle"),50,symbol("strength"),40, symbol("highlightColor"),color(255,0,0),
symbol("highlightAplha"), 0.5, symbol("shadowColor"), color(0,255,0),symbol("quality"),3,
symbol("type"),"inner",symbol("knockout"),true,symbol("inner"),fasle);
Adjust Color filter
Use the Adjust Color filter to adjust the brightness, contrast, hue, and saturation of the selected sprite.
Adjust Color filter effect applied to a text sprite
0-1000
0-255
0-255
0-360
-32 to +32
0-2 (0:Outer, 1:Inner, 2:Full)
True/false
ADOBE DIRECTOR 11.0
140
User Guide
100
RGB (0,0,0)
255
RGB (FF,FF,FF)
255
45
4
1
1 (inner)

Advertisement

Table of Contents
loading

This manual is also suitable for:

Director 11

Table of Contents