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 val‐
7 ues
8
10 require Graphics::ColorNames::X;
11
12 $NameTable = Graphics::ColorNames::X->NamesRgbTable();
13 $RgbBlack = $NameTable->{black};
14
16 This module defines color names and their associated RGB values used in
17 X-Windows (from the X-Windows "rgb.txt" file).
18
20 Graphics::ColorNames, rgb.txt
21
23 Robert Rothenberg <rrwo at cpan.org>
24
25 Acknowledgements
26
27 Steve Pomeroy <steve_x at earthling.net> -- fixed the broken color def‐
28 initions
29
31 Copyright (c) 2001-2004 Robert Rothenberg. All rights reserved. This
32 program is free software; you can redistribute it and/or modify it
33 under the same terms as Perl itself.
34
35
36
37perl v5.8.8 2007-04-17 Graphics::ColorNames::X(3)