mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
36e6c13a96
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
7 lines
324 B
Text
7 lines
324 B
Text
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.
|