The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Graphics::ColorNames::VACCC - VisiBone Anglo-Centric Color Codes for Graphics::ColorNames

SYNOPSIS

  require Graphics::ColorNames::VACCC;

  $NameTable = Graphics::ColorNames::VACCC->NamesRgbTable();
  $RgbColor  = $NameTable->{paledullred};

DESCRIPTION

This module defines color names and their associated RGB values for the VisiBone Anglo-Centric Color Code. This is intended for use with the Graphics::ColorNames package.

SEE ALSO

A description of this color scheme can be found at http://www.visibone.com/vaccc/.

AUTHOR

Robert Rothenberg <rrwo at cpan.org>

Acknowledgements

A while back I had received a request from somebody to implement this as part of the Graphics::ColorNames distribution. The request included source code for the module. I had suggested to this person that they upload a separate module to CPAN, but heard no reply.

Afterwards I had lost the original E-mail.

This version of the module was implemented separately.

LICENSE

Copyright (c) 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.