1Graphics::ColorNames::XU(s3e)r Contributed Perl DocumentaGtriaopnhics::ColorNames::X(3)
2
3
4
6 Graphics::ColorNames::X - X-Windows color names and equivalent RGB
7 values
8
10 version v3.5.0
11
13 require Graphics::ColorNames::X;
14
15 $NameTable = Graphics::ColorNames::X->NamesRgbTable();
16 $RgbBlack = $NameTable->{black};
17
19 This module defines color names and their associated RGB values used in
20 X-Windows.
21
22 It is based on the 2014 version of the rgb.txt file, which includes
23 colors from CSS4.
24
26 Graphics::ColorNames
27
28 Graphics::ColorNames::CSS
29
30 rgb.txt <https://cgit.freedesktop.org/xorg/app/rgb/plain/rgb.txt>
31
33 The development version is on github at
34 <https://github.com/robrwo/Graphics-ColorNames> and may be cloned from
35 <git://github.com/robrwo/Graphics-ColorNames.git>
36
38 Please report any bugs or feature requests on the bugtracker website
39 <https://rt.cpan.org/Public/Dist/Display.html?Name=Graphics-ColorNames>
40 or by email to bug-Graphics-ColorNames@rt.cpan.org <mailto:bug-
41 Graphics-ColorNames@rt.cpan.org>.
42
43 When submitting a bug or request, please include a test-file or a patch
44 to an existing test-file that illustrates the bug or desired feature.
45
47 Robert Rothenberg <rrwo@cpan.org>
48
50 This software is Copyright (c) 2001-2019 by Robert Rothenberg.
51
52 This is free software, licensed under:
53
54 The Artistic License 2.0 (GPL Compatible)
55
56
57
58perl v5.32.1 2021-01-27 Graphics::ColorNames::X(3)