1.::SWF::Shadow(3) User Contributed Perl Documentation .::SWF::Shadow(3)
2
3
4
6 SWF::Shadow - SWF shadow class
7
9 use SWF::Shadow;
10 $shadow = new SWF::Shadow(2.5, 12, 2);
11 $filter = SWF::Filter::newDropShadowFilter( \@colors, $blur, $shadow, 0);
12
14 SWF::Shadow is a helper class useful for SWF::Filter.
15
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
24 developers of
25 ming.sourceforge.net
26
28 SWF, SWF::Filter, SWF::Blur, SWF::DisplayItem
29
30
31
32perl v5.28.1 2018-11-12 .::SWF::Shadow(3)