Robert Rothenberg > Graphics-ColorNames-0.32 > Graphics::ColorNames::Netscape

Download:
Graphics-ColorNames-0.32.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 1.03   Source  

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@cpan.org>

Acknowledgements

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