debian man page for swf::filtermatrix

Query: swf::filtermatrix

OS: debian

Section: 3pm

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

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

NAME
SWF::FilterMatrix - SWF FilterMatrix class
SYNOPSIS
use SWF::FilterMatrix; $valueref = [ 0.5, 0.4, 0.3, 0, 0, 0.5, 0.4, 0.3, 0, 0, 0.5, 0.4, 0.3, 0, 0, 0, 0, 0, 1, 0 ]; $filtermatrix = new SWF::FilterMatrix( 5, 4, $valueref ); $filter = SWF::Filter::newColorMatrixFilter( $filtermatrix );
DESCRIPTION
SWF::FilterMatrix is a helper class useful for construction of some SWF::Filter objects: ColorMatrix filter and Convolution filter.
METHODS
new SWF::FilterMatrix($cols, $rows, $valueref) The only method is a constructor for creation of a FilterMatrix object. The object is controlled by the matrix data dimensions (cols * rows) and the data values: a reference to an array of float values. Note: constructing ColorMatrixFilter needs a 5*4 matrix.
AUTHOR
developers of ming.sourceforge.net
SEE ALSO
SWF, SWF::Filter, SWF::Blur, SWF::Shadow perl v5.14.2 2011-10-26 .::SWF::FilterMatrix(3pm)
Related Man Pages
gif2swf(1) - debian
jpeg2swf(1) - debian
mtasc(1) - debian
swf::textfield(3pm) - debian
swf::videostream(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
How can I do this in VI editor?
Is UNIX an open source OS ?
Detecting unused variables...