debian man page for graphics::primitive::paint::solid

Query: graphics::primitive::paint::solid

OS: debian

Section: 3pm

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

Graphics::Primitive::Paint::Solid(3pm)			User Contributed Perl Documentation		    Graphics::Primitive::Paint::Solid(3pm)

NAME
Graphics::Primitive::Paint::Solid - Solid patch of color
DESCRIPTION
Graphics::Primitive::Paint::Solid represents a solid color.
SYNOPSIS
use Graphics::Primitive::Paint::Solid; my $solid = Graphics::Primitive::Solid->new; $solid->color(Graphics::Color::RGB->new(red => 1, green => 0, blue => 0));
METHODS
Constructor new Creates a new Graphics::Primitive::Solid Instance Methods color Get/Set the color of this solid
AUTHOR
Cory Watson <gphat@cpan.org> COPYRIGHT &; LICENSE Copyright 2008-2010 by Cory G Watson. You can redistribute and/or modify this code under the same terms as Perl itself. perl v5.12.3 2010-08-21 Graphics::Primitive::Paint::Solid(3pm)
Related Man Pages
chart::clicker::data::marker(3pm) - debian
geometry::primitive::rectangle(3pm) - debian
graphics::primitive::border(3pm) - debian
graphics::primitive::brush(3pm) - debian
graphics::primitive::componentlist(3pm) - debian
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Detecting unused variables...
Find columns in a file based on header and print to new file
My first PERL incarnation... Audio Oscillograph