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 version v3.3.1
10
12 require Graphics::ColorNames::HTML;
13
14 $NameTable = Graphics::ColorNames::HTML->NamesRgbTable();
15 $RgbBlack = $NameTable->{black};
16
18 This module defines color names and their associated RGB values from
19 the HTML 4.0 Specification.
20
21 This module is deprecated.You should use Graphics::ColorNames::WWW
22 instead.
23
25 In versions prior to 1.1, "fuchsia" was misspelled "fuscia". This
26 mispelling came from un unidentified HTML specification. It also
27 appears to be a common misspelling, so rather than change it, the
28 proper spelling was added.
29
31 Graphics::ColorNames
32
34 The development version is on github at
35 <https://github.com/robrwo/Graphics-ColorNames-HTML> and may be cloned
36 from <git://github.com/robrwo/Graphics-ColorNames-HTML.git>
37
39 Please report any bugs or feature requests on the bugtracker website
40 <https://github.com/robrwo/Graphics-ColorNames-HTML/issues>
41
42 When submitting a bug or request, please include a test-file or a patch
43 to an existing test-file that illustrates the bug or desired feature.
44
46 Robert Rothenberg <rrwo@cpan.org>
47
49 Robert Rothenberg has dedicated the work to the Commons by waiving all
50 of his or her rights to the work worldwide under copyright law and all
51 related or neighboring legal rights he or she had in the work, to the
52 extent allowable by law.
53
54 Works under CC0 do not require attribution. When citing the work, you
55 should not imply endorsement by the author.
56
57
58
59perl v5.32.1 2021-01-27 Graphics::ColorNames::HTML(3)