Graphics::ColorNames::Netscape - Netscape 1.1 Color Names


Graphics-ColorNames documentation  | view source Contained in the Graphics-ColorNames distribution.

Index


NAME

Top

Graphics::ColorNames::Netscape - Netscape 1.1 Color Names

SYNOPSIS

Top

  require Graphics::ColorNames::Netscape;

  $NameTable = Graphics::ColorNames::Netscape->NamesRgbTable();
  $RgbBlack  = $NameTable->{black};

DESCRIPTION

Top

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

Top

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

AUTHOR

Top

Robert Rothenberg <rrwo at cpan.org>

Acknowledgements

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

LICENSE

Top

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 documentation  | view source Contained in the Graphics-ColorNames distribution.