DropShadow
Function
This is similar to AddShadow,
except that it gives you a separate shadow element that can be moved and manipulated
independently from the original source.
Parameters
|
Type
|
Defaults
|
Function
|
fuzzyness |
float
|
60 | The amount of, um, fuzzyness on the shadow. |
r,g,bShadow |
float
|
.01, .02, .05 | Color of the shadow |
opacity |
float
|
.6 | A Fade value on the shadow. |
Synopsis
image DropShadow( image, float fuzzyness, float rShadow, float gShadow, float bShadow, float opacity );
Script
image = DropShadow( image, fuzzyness, rShadow, gShadow, bShadow, opacity );
Command Line
shake -dropshadow fuzzyness rShadow gShadow etc...