1Graphics::ColorNames::HUTsMeLr(3C)ontributed Perl DocumeGnrtaapthiiocns::ColorNames::HTML(3)
2
3
4
6 Graphics::ColorNames::HTML - HTML color names and equivalent RGB values
7
9 require Graphics::ColorNames::HTML;
10
11 $NameTable = Graphics::ColorNames::HTML->NamesRgbTable();
12 $RgbBlack = $NameTable->{black};
13
15 This module defines color names and their associated RGB values from
16 the HTML 4.0 Specification.
17
18 Note
19 In versions prior to 1.1, "fuchsia" was misspelled "fuscia". This
20 mispelling came from un unidentified HTML specification. It also
21 appears to be a common misspelling, so rather than change it, the
22 proper spelling was added.
23
25 Graphics::ColorNames, HTML 4.0 Specificiation <http://www.w3.org>
26
27 Graphics::ColorNames::SVG, which uses color names based on the SVG
28 specification (which is more recent).
29
31 Robert Rothenberg <rrwo at cpan.org>
32
34 Copyright (c) 2001-2008 Robert Rothenberg. All rights reserved. This
35 program is free software; you can redistribute it and/or modify it
36 under the same terms as Perl itself.
37
38
39
40perl v5.12.0 2010-05-02 Graphics::ColorNames::HTML(3)