logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Graphics::Primitive::Paint::Solid - Solid patch of color

Author

       Cory Watson <gphat@cpan.org>

Description

       Graphics::Primitive::Paint::Solid represents a solid color.

Methods

Constructornew Creates a new Graphics::Primitive::Solid

   InstanceMethodscolor
           Get/Set the color of this solid

Name

       Graphics::Primitive::Paint::Solid - Solid patch of 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));

See Also