1Graphics::ColorNames::IUEs(e3r)Contributed Perl DocumentGartaipohnics::ColorNames::IE(3)
2
3
4

NAME

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

SYNOPSIS

10         require Graphics::ColorNames::IE;
11
12         $NameTable = Graphics::ColorNames::IE->NamesRgbTable();
13         $RgbBlack  = $NameTable->{black};
14

DESCRIPTION

16       This module defines color names and their associated RGB values
17       recognized by Microsoft Internet Explorer.
18
19       This currently is a subset of the colors defined by CSS and SVG
20       specifications.
21
22       See the documentation of Graphics::ColorNames for information how to
23       use this module.
24
25   NOTE
26       Although Microsoft calls them "X11 color names", some of them are not
27       identical to the definitions in the X Specification.
28

SEE ALSO

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

AUTHOR

34       Claus Färber <CFAERBER@cpan.org>
35
36       Based on "Graphics::ColorNames::HTML" by Robert Rothenberg.
37

LICENSE

39       Copyright 2005-2009 Claus Färber.
40
41       Copyright 2001-2004 Robert Rothenberg.
42
43       This program is free software; you can redistribute it and/or modify it
44       under the same terms as Perl itself.
45
46
47
48perl v5.32.1                      2021-01-27       Graphics::ColorNames::IE(3)
Impressum