Graphics::ColorNames::Mozilla - Mozilla, Netscape 6.0, Galeon (anything using Gecko) color names and equivalent RGB values
require Graphics::ColorNames::Mozilla; $NameTable = Graphics::ColorNames::Mozilla->NamesRgbTable(); $RgbSkyBlue = $NameTable->{deepskyblue};
This module defines color names and their associated RGB values used in Mozilla and Netscape 6.0. Names and values were slurped off of http://developer.netscape.com/docs/manuals/js/client/jsref/colors.htm
Graphics::ColorNames - more sets of color names and routines for converting between tuples and hex representation of colors.
Graphics::ColorNames
mozilla source tree: /mozilla/layout/tools/ColorNames.txt
Steve Pomeroy <xavier@cpan.org>
Robert Rothenberg <rrwo@cpan.org> -- the origional Graphics::ColorNames
Copyright (c) 2002 Steve Pomeroy. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
To install Graphics::ColorNames::Mozilla, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Graphics::ColorNames::Mozilla
CPAN shell
perl -MCPAN -e shell install Graphics::ColorNames::Mozilla
For more information on module installation, please visit the detailed CPAN module installation guide.