Graphics::ColorNames::CSS - CSS color names and equivalent RGB values
Contents
Description
This module defines color names and their associated RGB values from the CSS Color Module Level 3 W3C
Working Draft of 2008-07-21.
It is currently an alias for Graphic::ColorNames::WWW. This may change in the future. It is recommended
to use the WWW module, which will always implement a superset of this module.
See the documentation of Graphics::ColorNames for information how to use this module.
License
Copyright 2005-2009 Claus Faerber.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl
itself.
perl v5.28.1 2019-08-21 Graphics::ColorNames::CSS(3pm)
Name
Graphics::ColorNames::CSS - CSS color names and equivalent RGB values
See Also
Graphics::ColorNames::WWW, CSS Color Module Level 3 (<http://w3.org/TR/CSS3-color>)
Synopsis
require Graphics::ColorNames::CSS;
$NameTable = Graphics::ColorNames::CSS->NamesRgbTable();
$RgbBlack = $NameTable->{black};
