NAME
Graphics::ColorNames::HTML - HTML color names and equivalent RGB values
VERSION
version v3.1.0
SYNOPSIS
require Graphics::ColorNames::HTML;
$NameTable = Graphics::ColorNames::HTML->NamesRgbTable();
$RgbBlack = $NameTable->{black};
DESCRIPTION
This module defines color names and their associated RGB values from the HTML 4.0 Specification.
KNOWN ISSUES
In versions prior to 1.1, "fuchsia" was misspelled "fuscia". This mispelling came from un unidentified HTML specification. It also appears to be a common misspelling, so rather than change it, the proper spelling was added.
SEE ALSO
Graphics::ColorNames::SVG, which uses color names based on the SVG specification (which is more recent).
SOURCE
The development version is on github at https://github.com/robrwo/Graphics-ColorNames and may be cloned from git://github.com/robrwo/Graphics-ColorNames.git
BUGS
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=Graphics-ColorNames or by email to bug-Graphics-ColorNames@rt.cpan.org.
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 <rrwo@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2001-2018 by Robert Rothenberg.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)