Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robrwo/graphics-colornames-netscape
Netscape 1.1 colors for Graphics::ColorNames
https://github.com/robrwo/graphics-colornames-netscape
Last synced: 11 days ago
JSON representation
Netscape 1.1 colors for Graphics::ColorNames
- Host: GitHub
- URL: https://github.com/robrwo/graphics-colornames-netscape
- Owner: robrwo
- Created: 2018-09-30T12:03:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-25T17:10:42.000Z (about 6 years ago)
- Last Synced: 2024-10-11T21:56:27.199Z (about 1 month ago)
- Language: Perl
- Size: 28.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
Awesome Lists containing this project
README
# NAME
Graphics::ColorNames::Netscape - Netscape 1.1 Color Names (DEPRECATED)
# VERSION
version v3.2.0
# SYNOPSIS
```
require Graphics::ColorNames::Netscape;$NameTable = Graphics::ColorNames::Netscape->NamesRgbTable();
$RgbBlack = $NameTable->{black};
```# DESCRIPTION
This scheme is deprecated, but is provided as a separate release
from [Graphics::ColorNames](https://metacpan.org/pod/Graphics::ColorNames) for backwards compatability.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](https://metacpan.org/pod/Graphics::ColorNames)
[Graphics::ColorNames::Mozilla](https://metacpan.org/pod/Graphics::ColorNames::Mozilla)
[Graphics::ColorNames::IE](https://metacpan.org/pod/Graphics::ColorNames::IE)
[Graphics::ColorNames::SVG](https://metacpan.org/pod/Graphics::ColorNames::SVG)
The color names come from
[https://web.archive.org/web/20001211143800/http://home1.netscape.com/home/bg/colorindex.html](https://web.archive.org/web/20001211143800/http://home1.netscape.com/home/bg/colorindex.html).Corrections to errors in the Netscape spec are due to
[http://www.he.net/info/color/](http://www.he.net/info/color/).# SOURCE
The development version is on github at [https://github.com/robrwo/Graphics-ColorNames-Netscape](https://github.com/robrwo/Graphics-ColorNames-Netscape)
and may be cloned from [git://github.com/robrwo/Graphics-ColorNames-Netscape.git](git://github.com/robrwo/Graphics-ColorNames-Netscape.git)# BUGS
Please report any bugs or feature requests on the bugtracker website
[https://github.com/robrwo/Graphics-ColorNames-Netscape/issues](https://github.com/robrwo/Graphics-ColorNames-Netscape/issues)When submitting a bug or request, please include a test-file or a
patch to an existing test-file that illustrates the bug or desired
feature.# AUTHOR
Robert Rothenberg
# CONTRIBUTORS
- Magnus Cedergren
- Gary Vollink
- Slaven Rezić# COPYRIGHT AND LICENSE
Robert Rothenberg has dedicated the work to the Commons by waiving all of his
or her rights to the work worldwide under copyright law and all related or
neighboring legal rights he or she had in the work, to the extent allowable by
law.Works under CC0 do not require attribution. When citing the work, you should
not imply endorsement by the author.