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::ColorNames::X - X-Windows color names and equivalent RGB values

Author

       Robert Rothenberg <rrwo@cpan.org>

Bugs

       Please report any bugs or feature requests on the bugtracker website
       <https://rt.cpan.org/Public/Dist/Display.html?Name=Graphics-ColorNames> or by email to
       bug-Graphics-ColorNames@rt.cpan.org <mailto:bug-Graphics-ColorNames@rt.cpan.org>.

       When submitting a bug or request, please include a test-file or a patch to an existing test-file that
       illustrates the bug or desired feature.

Description

       This module defines color names and their associated RGB values used in X-Windows.

       It is based on the 2014 version of the rgb.txt file, which includes colors from CSS4.

Name

       Graphics::ColorNames::X - X-Windows color names and equivalent RGB values

See Also

       Graphics::ColorNames

       Graphics::ColorNames::CSS

       rgb.txt <https://cgit.freedesktop.org/xorg/app/rgb/plain/rgb.txt>

Source

       The development version is on github at <https://github.com/robrwo/Graphics-ColorNames> and may be cloned
       from <git://github.com/robrwo/Graphics-ColorNames.git>

Synopsis

         require Graphics::ColorNames::X;

         $NameTable = Graphics::ColorNames::X->NamesRgbTable();
         $RgbBlack  = $NameTable->{black};

Version

       version v3.5.0

See Also