FreeBSD Manual Pages
Graphics::Primitive::PUser:Contributed PerGraphics::Primitive::Paint::Solid(3) 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.32.1 2015-01-Graphics::Primitive::Paint::Solid(3)
NAME | DESCRIPTION | SYNOPSIS | METHODS | AUTHOR | COPYRIGHT & LICENSE
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Graphics::Primitive::Paint::Solid&sektion=3&manpath=FreeBSD+13.1-RELEASE+and+Ports>