diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2011-02-26 06:27:37 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2011-02-26 06:27:37 +0000 |
commit | c95d3f131c1a248118f74de06f504eb91c6ebe6b (patch) | |
tree | f57aa95f513c669a4fe8d5e522bdcd171ab8a378 /graphics/Makefile | |
parent | cf8e8b82a38934917097af44587e94c3c4c10b52 (diff) |
This module provides conversions between commonly used ways to express
colors. It provides conversions between color spaces such as RGB and
HSV, and it provides ways to look up colors by a name.
This class provides a base for subclasses which represent particular
color values in particular spaces. The base class provides methods to
represent the color in a few convenient forms, though subclasses may
provide more specific details for the space in question.
WWW: http://search.cpan.org/dist/Convert-Color/
Notes
Notes:
svn path=/head/; revision=269744
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index d31a3b91b4b5..3ecd5849e791 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -615,6 +615,7 @@ SUBDIR += p5-Color-Palette SUBDIR += p5-Color-Rgb SUBDIR += p5-Color-Scheme + SUBDIR += p5-Convert-Color SUBDIR += p5-GD SUBDIR += p5-GD-Arrow SUBDIR += p5-GD-Barcode |