![]() |
![]()
| ![]() |
![]()
NAMEGraphics::Primitive::Paint::Solid - Solid patch of color DESCRIPTIONGraphics::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
Instance Methods
AUTHORCory Watson <gphat@cpan.org> COPYRIGHT & LICENSECopyright 2008-2010 by Cory G Watson. You can redistribute and/or modify this code under the same terms as Perl itself.
|