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

NAME

6       SWF::Blur - SWF blur class
7

SYNOPSIS

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

DESCRIPTION

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

METHODS

17       new SWF::Blur($blurX, $blurY, $passes)
18           Creates a Blur object. The object is controlled by the horizontal
19           blur amount -blurX-, the vertical blur amount -blurY- and the count
20           of passes (use 1, 2 or 3).  Use the created object as parameter for
21           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.32.0                      2020-07-28                   .::SWF::Blur(3)
Impressum