https://github.com/robrwo/graphics-colornames-werner
RGB codes for Werner's Nomenclature of Colours
https://github.com/robrwo/graphics-colornames-werner
Last synced: about 1 month ago
JSON representation
RGB codes for Werner's Nomenclature of Colours
- Host: GitHub
- URL: https://github.com/robrwo/graphics-colornames-werner
- Owner: robrwo
- Created: 2018-09-30T12:57:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-25T17:35:47.000Z (over 6 years ago)
- Last Synced: 2025-02-16T17:56:48.811Z (4 months ago)
- Language: Perl
- Size: 17.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
Awesome Lists containing this project
README
# NAME
Graphics::ColorNames::Werner - RGB codes for Werner's Nomenclature of Colours
# VERSION
version v1.0.3
# SYNOPSIS
```
require Graphics::ColorNames::Werner;$NameTable = Graphics::ColorNames::Werner->NamesRgbTable();
$RgbBlack = $NameTable->{asparagusgreen};
```# DESCRIPTION
This module defines color names and their associated RGB values
from the online version of
[Werner's Nomenclature of Colors](https://www.c82.net/werner/).
It is intended as a plugin for [Graphics::ColorNames](https://metacpan.org/pod/Graphics::ColorNames).Note that the color names have been normalized to lower case,
without and punctuation. However, they will use the original
spelling, e.g. "colour" instead of "color".# SOURCE
The development version is on github at [https://github.com/robrwo/Graphics-ColorNames-Werner](https://github.com/robrwo/Graphics-ColorNames-Werner)
and may be cloned from [git://github.com/robrwo/Graphics-ColorNames-Werner.git](git://github.com/robrwo/Graphics-ColorNames-Werner.git)# BUGS
Please report any bugs or feature requests on the bugtracker website
[https://github.com/robrwo/Graphics-ColorNames-Werner/issues](https://github.com/robrwo/Graphics-ColorNames-Werner/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
# CONTRIBUTOR
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.