NAME

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

SYNOPSIS

require Graphics::ColorNames::CSS;

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

DESCRIPTION

This module defines color names and their associated RGB values from the CSS Color Module Level 3 Working Draft (2008-07-21).

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

AUTHOR

Claus Färber <CFAERBER@cpan.org>

LICENSE

Copyright © 2005-2009 Claus Färber. All rights reserved.

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