Graphics-ColorNames
view release on metacpan or search on metacpan
lib/Graphics/ColorNames/X.pm view on Meta::CPAN
"grey97" => 0xf7f7f7,
"gray98" => 0xfafafa,
"grey98" => 0xfafafa,
"gray99" => 0xfcfcfc,
"grey99" => 0xfcfcfc,
"gray100" => 0xffffff,
"grey100" => 0xffffff,
"darkgrey" => 0xa9a9a9,
"darkgray" => 0xa9a9a9,
"darkblue" => 0x00008b,
"darkcyan" => 0x008b8b,
"darkmagenta" => 0x8b008b,
"darkred" => 0x8b0000,
"lightgreen" => 0x90ee90,
"crimson" => 0xdc143c,
"indigo" => 0x4b0082,
"olive" => 0x808000,
"rebeccapurple" => 0x663399,
"silver" => 0xc0c0c0,
"teal" => 0x008080,
};
}
1;
__END__
=pod
=encoding UTF-8
=head1 NAME
Graphics::ColorNames::X - X-Windows color names and equivalent RGB values
=head1 VERSION
version v3.5.0
=head1 SYNOPSIS
require Graphics::ColorNames::X;
$NameTable = Graphics::ColorNames::X->NamesRgbTable();
$RgbBlack = $NameTable->{black};
=head1 DESCRIPTION
This module defines color names and their associated RGB values used in
X-Windows.
It is based on the 2014 version of the F<rgb.txt> file, which includes
colors from CSS4.
=head1 SEE ALSO
L<Graphics::ColorNames>
L<Graphics::ColorNames::CSS>
L<rgb.txt|https://cgit.freedesktop.org/xorg/app/rgb/plain/rgb.txt>
=head1 SOURCE
The development version is on github at L<https://github.com/robrwo/Graphics-ColorNames>
and may be cloned from L<git://github.com/robrwo/Graphics-ColorNames.git>
=head1 BUGS
Please report any bugs or feature requests on the bugtracker website
L<https://rt.cpan.org/Public/Dist/Display.html?Name=Graphics-ColorNames> or
by email to
L<bug-Graphics-ColorNames@rt.cpan.org|mailto: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.
=head1 AUTHOR
Robert Rothenberg <rrwo@cpan.org>
=head1 COPYRIGHT AND LICENSE
This software is Copyright (c) 2001-2019 by Robert Rothenberg.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)
=cut
( run in 0.791 second using v1.01-cache-2.11-cpan-df04353d9ac )