swf::blur(3pm) debian man page | unix.com

Man Page: swf::blur

Operating Environment: debian

Section: 3pm

.::SWF::Blur(3pm)					User Contributed Perl Documentation					 .::SWF::Blur(3pm)

NAME
SWF::Blur - SWF blur class
SYNOPSIS
use SWF::Blur; $blur = new SWF::Blur(15, 15, 2); $filter = SWF::Filter::newDropShadowFilter( @colors, $blur, $shadow, 0);
DESCRIPTION
SWF::Blur is a helper class useful for SWF::Filter.
METHODS
new SWF::Blur($blurX, $blurY, $passes) Creates a Blur object. The object is controlled by the horizontal blur amount -blurX-, the vertical blur amount -blurY- and the count of passes (use 1, 2 or 3). Use the created object as parameter for construction of some of the SWF::Filter objects.
AUTHOR
developers of ming.sourceforge.net
SEE ALSO
SWF, SWF::Filter, SWF::Blur, SWF::DisplayItem perl v5.14.2 2011-10-26 .::SWF::Blur(3pm)
Related Man Pages
swf(3pm) - debian
swf::button(3pm) - debian
swf::buttonrecord(3pm) - debian
swf::movieclip(3pm) - debian
swf::textfield(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Detecting unused variables...
Find columns in a file based on header and print to new file