summaryrefslogtreecommitdiffstats
path: root/perl/perl-Convert-Color/README
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-Convert-Color/README')
-rw-r--r--perl/perl-Convert-Color/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/perl/perl-Convert-Color/README b/perl/perl-Convert-Color/README
new file mode 100644
index 0000000000..0a6a5a5390
--- /dev/null
+++ b/perl/perl-Convert-Color/README
@@ -0,0 +1,7 @@
+Base class Convert::Color and derived classes used to convert the
+representation of a color in one color space - or as a member of a
+palette - into its representation in another color space - or as
+the nearest palette member.
+
+The framework of the Convert::Color module makes it exceptionally
+easy to write derived classes.