1Graphics::ColorNames::IUEs(e3r)Contributed Perl DocumentGartaipohnics::ColorNames::IE(3)
2
3
4
6 Graphics::ColorNames::IE - MS Internet Explorer color names and
7 equivalent RGB values
8
10 require Graphics::ColorNames::IE;
11
12 $NameTable = Graphics::ColorNames::IE->NamesRgbTable();
13 $RgbBlack = $NameTable->{black};
14
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
30 "Graphics::ColorNames::WWW", MSDN
31 <http://msdn.microsoft.com/library/en-us/dnwebgen/html/X11_names.asp>
32
34 Claus Färber <CFAERBER@cpan.org>
35
36 Based on "Graphics::ColorNames::HTML" by Robert Rothenberg.
37
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.38.0 2023-07-20 Graphics::ColorNames::IE(3)