Graphics::ColorNames::SVG.3pm

Langue: en

Version: 2008-09-15 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

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

SYNOPSIS

   require Graphics::ColorNames::SVG;
 
   $NameTable = Graphics::ColorNames::SVG->NamesRgbTable();
   $RgbBlack  = $NameTable->{black};
 
 

DESCRIPTION

This module defines color names and their associated RGB values from the SVG 1.2 Specification.

Note

Reportedly ``fuchsia'' was misspelled ``fuscia'' in an unidentified SVG specification. It also appears to be a common misspelling, so both names are recognized.

SEE ALSO

"Graphics::ColorNames", SVG 1.2 Specificiation <http://www.w3.org/SVG/>

AUTHOR

Claus FA~Xrber <CFAERBER@cpan.org>

LICENSE

Copyright AX 2005-2008 Claus FA~Xrber

Based on "Graphics::ColorNames::HTML" Copyright AX 2001-2004 Robert Rothenberg.

All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.