Provided by: libming-dev_0.4.5-1.2ubuntu7_amd64 

NAME
newSWFShadow - create a new SWFShadow (contructor)
SYNOPSIS
#include <ming.h>
SWFShadow newSWFShadow
(
float angle,
float distance,
float strength
);
PARAMETERS
float angle
Angle in radians.
float distance
Distance in px.
float strength
Strength.
DESCRIPTION
This Function creates a new SWFShadow object. Only useful for creating SWFFilter objects.
c2man filter.c 1 October 2008 newSWFShadow(3)