Graphics::ColorNames::Netscape(3pm) | User Contributed Perl Documentation | Graphics::ColorNames::Netscape(3pm) |
NAME¶
Graphics::ColorNames::Netscape - Netscape 1.1 Color Names
SYNOPSIS¶
require Graphics::ColorNames::Netscape; $NameTable = Graphics::ColorNames::Netscape->NamesRgbTable(); $RgbBlack = $NameTable->{black};
DESCRIPTION¶
This module defines color names and their associated RGB values associated with Netscape 1.1 (I cannot determine whether they were once usable in Netscape or were arbitrary names for RGB values-- many of these names are not recognized by later versions of Netscape).
This scheme is deprecated, and will be removed from future versions of Graphics::ColorNames but available as a separate module from CPAN.
SEE ALSO¶
Graphics::ColorNames
Graphics::ColorNames::Mozilla
Graphics::ColorNames::IE
Graphics::ColorNames::SVG
The color names come from <http://wp.netscape.com/home/bg/colorindex.html>. Corrections to errors in the Netscape spec are due to <http://www.he.net/info/color/>.
AUTHOR¶
Robert Rothenberg <rrwo at cpan.org>
Acknowledgements¶
"Magnus", who pointed out inconsistencies.
Gary Vollink, who suggested color schemes for later Netscape versions, and pointed out that the original Netscape page had moved.
LICENSE¶
Copyright (c) 2001-2008 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.
2017-01-12 | perl v5.24.1 |