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)NAMEGraphics::Primitive::Paint::Solid - Solid patch of colorDESCRIPTIONGraphics::Primitive::Paint::Solid represents a solid color.SYNOPSISuse Graphics::Primitive::Paint::Solid; my $solid = Graphics::Primitive::Solid->new; $solid->color(Graphics::Color::RGB->new(red => 1, green => 0, blue => 0));METHODSConstructor new Creates a new Graphics::Primitive::Solid Instance Methods color Get/Set the color of this solidAUTHORCory 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)
| 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)? |