2011-02-26 07:27:37 +01:00
|
|
|
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.
|
|
|
|
|
2018-05-27 22:15:16 +02:00
|
|
|
WWW: https://metacpan.org/release/Convert-Color
|