Graphics::Primitive::Paint::Solid
Solid patch of color
- Provided by: libgraphics-primitive-perl (Version: 0.67-1)
- Report a bug
Solid patch of color
Graphics::Primitive::Paint::Solid represents a solid color.
use Graphics::Primitive::Paint::Solid; my $solid = Graphics::Primitive::Solid->new; $solid->color(Graphics::Color::RGB->new(red => 1, green => 0, blue => 0));
Cory Watson <gphat@cpan.org>
Copyright 2008-2010 by Cory G Watson.
You can redistribute and/or modify this code under the same terms as Perl itself.