man Graphics::ColorNames::Netscape () - Netscape 1.1 Color Names

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

Inconsistencies

Note that the colors gold, lightblue and mediumblue are the same. This is because the reference Netscape page (below) shows those RGB values. (As of December 2002, the page is still on-line.)

SEE ALSO

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

AUTHOR

Robert Rothenberg <rrwo at cpan.org>

Acknowledgements

<magnus at mbox604.swipnet.se> who pointed out Inconsistencies

LICENSE

Copyright (c) 2001-2004 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.