SHADOW AREXX COMMANDS

Shadow commands start with the SHADOW keyword.
TemplateSHADOWDEST/K,DIR/K,BRIGHT/K,XDIST/K,YDIST/K,ACCURATE/K
DEST Set the destination directory where new pics will be saved.
Example Shadow '"ram:"'
DIR Set the Shadow direction, pass:
0Up Left
1Up
2Up Right
3Left
4Middle
5Right
6Down Left
7Down
8Down Right
Example Shadow DIR 5

Sets the shadow to Right.

BRIGHT Used to define the brightness amount.
Values range from 0 to 255
Example SHADOW BRIGHT 15
XDIST Used to define X distance of the shadow.
Values range from 0 to 255.
Example SHADOW XDIST 10
YDIST Same as XDist but for Y distance.
ACCURATE Set/Unsets "Accurate Shadowing" option.
0 unsets
1 sets
Example SHADOW ACCURATE 0