Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robrwo/graphics-colornames-windows
https://github.com/robrwo/graphics-colornames-windows
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/robrwo/graphics-colornames-windows
- Owner: robrwo
- Created: 2018-10-21T15:29:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-25T17:19:13.000Z (about 6 years ago)
- Last Synced: 2024-10-11T21:56:29.061Z (about 1 month ago)
- Language: Perl
- Size: 11.7 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::Windows - Windows color names and equivalent RGB values
# VERSION
version v3.3.2
# SYNOPSIS
```
require Graphics::ColorNames::Windows;$NameTable = Graphics::ColorNames::Windows->NamesRgbTable();
$RgbBlack = $NameTable->{black};
```# DESCRIPTION
This module defines color names and their associated RGB values used in
Microsoft Windows.# SEE ALSO
[Graphics::ColorNames](https://metacpan.org/pod/Graphics::ColorNames)
[Graphics::ColorNames::IE](https://metacpan.org/pod/Graphics::ColorNames::IE)
# SOURCE
The development version is on github at [https://github.com/robrwo/Graphics-ColorNames-Windows](https://github.com/robrwo/Graphics-ColorNames-Windows)
and may be cloned from [git://github.com/robrwo/Graphics-ColorNames-Windows.git](git://github.com/robrwo/Graphics-ColorNames-Windows.git)# BUGS
Please report any bugs or feature requests on the bugtracker website
[https://github.com/robrwo/Graphics-ColorNames-Windows/issues](https://github.com/robrwo/Graphics-ColorNames-Windows/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
# 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.