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
jpeg2swf(1) - debian
mtasc(1) - debian
swfmill(1) - debian
swf::bitmap(3pm) - debian
swf::button(3pm) - debian
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?
New UNIX and Linux History Sections
My first PERL incarnation... Audio Oscillograph