1Graphics::ColorNames::SUVsGe(r3)Contributed Perl DocumenGtraatpihoincs::ColorNames::SVG(3)
2
3
4

NAME

6       Graphics::ColorNames::SVG - SVG color names and equivalent RGB values
7

SYNOPSIS

9         require Graphics::ColorNames::SVG;
10
11         $NameTable = Graphics::ColorNames::SVG->NamesRgbTable();
12         $RgbBlack  = $NameTable->{black};
13

DESCRIPTION

15       This module defines color names and their associated RGB values from
16       the SVG 1.2 Specification.
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

SEE ALSO

26       Graphics::ColorNames::WWW, Scalable Vector Graphics (SVG) 1.1
27       Specification, Section 4.2
28       (<http://www.w3.org/TR/SVG/types.html#ColorKeywords>)
29

AUTHOR

31       Claus Färber <CFAERBER@cpan.org>
32

LICENSE

34       Copyright 2008-2009 Claus Färber.
35
36       All rights reserved.  This program is free software; you can
37       redistribute it and/or modify it under the same terms as Perl itself.
38
39
40
41perl v5.28.1                      2009-12-19      Graphics::ColorNames::SVG(3)
Impressum