Graphics::ColorNames::WWW.3pm

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

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

SYNOPSIS

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

DESCRIPTION

This modules defines color names and their associated RGB values from various WWW specifications and implementations.

SEE ALSO

"Graphics::ColorNames"

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.