Graphics::ColorNames::SVG.3pm

Langue: en

Version: 2009-12-17 (ubuntu - 24/10/10)

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.

It is actually an alias for Graphic::ColorNames::WWW. This may change should the specs happen to diverge.

AUTHOR

Claus Fa.rber <CFAERBER@cpan.org>

LICENSE

Copyright 2008-2009 Claus Fa.rber.

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