NAME

Graphics::ColorNames::X - X-Windows color names and equivalent RGB values

VERSION

version v3.0.1

SYNOPSIS

require Graphics::ColorNames::X;

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

DESCRIPTION

This module defines color names and their associated RGB values used in X-Windows (from the X-Windows rgb.txt file).

SEE ALSO

Graphics::ColorNames, rgb.txt

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

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)