graphics::primitive::paint::solid(3pm) debian man page | unix.com

Man Page: graphics::primitive::paint::solid

Operating Environment: debian

Section: 3pm

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
geometry::primitive::rectangle(3pm) - debian
graphics::primitive::brush(3pm) - debian
graphics::primitive::canvas(3pm) - debian
graphics::primitive::container(3pm) - debian
graphics::primitive::paint::gradient::linear(3pm) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
One instance of comparing grep and awk
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?