Graphics::ColorNames::Netscape - Netscape 1.1 Color Names |
Graphics::ColorNames::Netscape - Netscape 1.1 Color Names
require Graphics::ColorNames::Netscape;
$NameTable = Graphics::ColorNames::Netscape->NamesRgbTable(); $RgbBlack = $NameTable->{black};
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 the Graphics::ColorNames manpage but available as a separate module from CPAN.
the Graphics::ColorNames manpage
the Graphics::ColorNames::Mozilla manpage
the Graphics::ColorNames::IE manpage
the Graphics::ColorNames::SVG manpage
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/.
Robert Rothenberg <rrwo at cpan.org>
``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.
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.
Graphics::ColorNames::Netscape - Netscape 1.1 Color Names |