logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Claus Faerber <CFAERBER@cpan.org>

       Based on "Graphics::ColorNames::HTML" by Robert Rothenberg.

Description

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

       This currently is a subset of the colors defined by CSS and SVG specifications.

       See the documentation of Graphics::ColorNames for information how to use this module.

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

License

       Copyright 2005-2009 Claus Faerber.

       Copyright 2001-2004 Robert Rothenberg.

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

perl v5.28.1                                       2019-08-21                      Graphics::ColorNames::IE(3pm)

Name

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

See Also

Synopsis

         require Graphics::ColorNames::IE;

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

See Also