The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

SEE ALSO

Graphics::ColorNames, http://home1.netscape.com/home/bg/colorindex.html

AUTHOR

Robert Rothenberg <rrwo@cpan.org>