Graphics::ColorNames::X(3) User Contributed Perl Documentation NAME Graphics::ColorNames::X - X-Windows color names and equivalent RGB values VERSION version v3.5.0 SYNOPSIS require Graphics::ColorNames::X; $NameTable = Graphics::ColorNames::X->NamesRgbTable(); $RgbBlack = $NameTable->{black}; 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. SEE ALSO Graphics::ColorNames Graphics::ColorNames::CSS rgb.txt SOURCE The development version is on github at and may be cloned from BUGS Please report any bugs or feature requests on the bugtracker website or by email to 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. AUTHOR Robert Rothenberg COPYRIGHT AND LICENSE This software is Copyright (c) 2001-2019 by Robert Rothenberg. This is free software, licensed under: The Artistic License 2.0 (GPL Compatible) perl v5.38.0 2023-07-25 Graphics::ColorNames::X(3)