summaryrefslogtreecommitdiffstats
path: root/perl/perl-Convert-Color/README
diff options
context:
space:
mode:
author Randall Sawyer <srandallsawyer@gmail.com>2017-08-03 11:27:59 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-08-05 07:07:31 +0700
commit36e6c13a96a7ff6f5d0778e64859126ced914bab (patch)
tree3d3a64e859e190a601038efffb2d45e3770d7b9c /perl/perl-Convert-Color/README
parent7aafca49a9c79e97139642ac8b01ea92a406913c (diff)
downloadslackbuilds-36e6c13a96a7ff6f5d0778e64859126ced914bab.tar.gz
slackbuilds-36e6c13a96a7ff6f5d0778e64859126ced914bab.tar.xz
perl/perl-Convert-Color: Added (color space conversions & lookups).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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.