ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
10 lines
510 B
Text
10 lines
510 B
Text
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: https://metacpan.org/release/Convert-Color
|