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 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 Steve Pomeroy <steve_x at earthling.net> -- fixed the broken color
27 definitions
28
30 Copyright (c) 2001-2008 Robert Rothenberg. All rights reserved. This
31 program is free software; you can redistribute it and/or modify it
32 under the same terms as Perl itself.
33
34
35
36perl v5.28.0 2018-07-14 Graphics::ColorNames::X(3)