NAME

Graphics::ColorNames::IE - MS Internet Explorer color names and equivalent RGB values

SYNOPSIS

require Graphics::ColorNames::IE;

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

DESCRIPTION

This module defines color names and their associated RGB values recognized by Microsoft Internet Explorer.

Note

Although Microsoft calls them "X11 color names", some of them are not identical to the definitions in the X Specification.

SEE ALSO

Graphics::ColorNames, MSDN <http://msdn.microsoft.com/library/en-us/dnwebgen/html/X11_names.asp>

AUTHOR

Claus Färber <cfaerber@cpan.org>

LICENSE

Copyright © 2005 Claus Färber

Based on Graphics::ColorNames::HTML Copyright © 2001-2004 Robert Rothenberg.

All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 30:

Non-ASCII character seen before =encoding in 'Färber'. Assuming UTF-8