NAME

Graphics::ColorNames::Netscape

VERSION

version v3.0.0

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/.

SOURCE

The development version is on github at https://github.com/robrwo/Graphics-ColorNames and may be cloned from git://github.com/robrwo/Graphics-ColorNames.git

AUTHOR

Robert Rothenberg <rrwo@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2001-2018 by Robert Rothenberg.

This is free software, licensed under:

The Artistic License 2.0 (GPL Compatible)