debian man page for swf::blur

Query: swf::blur

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

.::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
gif2swf(1) - debian
swf::constants(3pm) - debian
swf::button(3pm) - debian
swf::buttonrecord(3pm) - debian
swf::displayitem(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
Introduction
Detecting unused variables...
Weird 'find' results