-
-
26 Aug 2004 21:52:02 UTC
- Distribution: Graphics-ColorNames-GrayScale
- Module version: 2.00
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (2)
- Testers (31 / 461 / 5)
- Kwalitee
Bus factor: 1- 85.11% Coverage
- License: perl_5
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (3KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- Robert Rothenberg <rrwo at cpan.org>
- Dependencies
- Graphics::ColorNames
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Looking for help!
The maintainer of this distribution is looking for people to help them improve this module! If you're interested then please contact them via email.NAME
Graphics::ColorNames::GrayScale - grayscale colors for Graphics::ColorNames
SYNOPSIS
require Graphics::ColorNames::GrayScale; $NameTable = Graphics::ColorNames::GrayScale->NamesRgbTable(); $RgbColor = $NameTable->{gray80};
DESCRIPTION
This module provides grayscale colors for Graphics::ColorNames. The following are valid colors:
Format Example Description grayHH grey80 Gray value in hexidecimal (HH between 00 and ff) grayDDD gray128 Gray value in decimal (DDD between 000 and 255) grayP% gray50% Gray value in percentage (P between 0 and 100)
Besides
gray
, on can also use the following colors:red green blue yellow cyan purple
Lower values are darker, higher values are brighter.
AUTHOR
Robert Rothenberg <rrwo at cpan.org>
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.
Module Install Instructions
To install Graphics::ColorNames::GrayScale, copy and paste the appropriate command in to your terminal.
cpanm Graphics::ColorNames::GrayScale
perl -MCPAN -e shell install Graphics::ColorNames::GrayScale
For more information on module installation, please visit the detailed CPAN module installation guide.