1.::SWF::Shadow(3)     User Contributed Perl Documentation    .::SWF::Shadow(3)
2
3
4

NAME

6       SWF::Shadow - SWF shadow class
7

SYNOPSIS

9               use SWF::Shadow;
10               $shadow = new SWF::Shadow(2.5, 12, 2);
11               $filter = SWF::Filter::newDropShadowFilter( \@colors, $blur, $shadow, 0);
12

DESCRIPTION

14       SWF::Shadow is a helper class useful for SWF::Filter.
15

METHODS

17       new SWF::Shadow($angle, $distance, $strength)
18           Creates a Shadow object. The object is controlled by angle (in
19           radians), distance (in px) and strength.  Useful values for
20           strength are between 1 and 10.  Use the created object as parameter
21           for construction of some of the SWF::Filter objects.
22

AUTHOR

24               developers of
25               ming.sourceforge.net
26

SEE ALSO

28       SWF, SWF::Filter, SWF::Blur, SWF::DisplayItem
29
30
31
32perl v5.30.0                      2019-10-02                 .::SWF::Shadow(3)
Impressum