1Graphics::ColorNames::CUSsSe(r3)Contributed Perl DocumenGtraatpihoincs::ColorNames::CSS(3)
2
3
4
6 Graphics::ColorNames::CSS - CSS color names and equivalent RGB values
7
9 require Graphics::ColorNames::CSS;
10
11 $NameTable = Graphics::ColorNames::CSS->NamesRgbTable();
12 $RgbBlack = $NameTable->{black};
13
15 This module defines color names and their associated RGB values from
16 the CSS Color Module Level 3 W3C Working Draft of 2008-07-21.
17
18 It is currently an alias for Graphic::ColorNames::WWW. This may change
19 in the future. It is recommended to use the WWW module, which will
20 always implement a superset of this module.
21
22 See the documentation of Graphics::ColorNames for information how to
23 use this module.
24
26 Graphics::ColorNames::WWW, CSS Color Module Level 3
27 (<http://w3.org/TR/CSS3-color>)
28
30 Claus Färber <CFAERBER@cpan.org>
31
33 Copyright 2005-2009 Claus Färber.
34
35 This 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.30.1 2020-01-30 Graphics::ColorNames::CSS(3)