Convert-Color-HUSL version 1.000
================================

HUSL is a human-friendly color space designed for perceptual
uniformity. HUSLp is a derivative of HUSL that also provides an
uniform chroma map at the expense of only including pastel
(desaturated) colors.

This distribution includes modules for dealing with the following
color spaces:

* CIE 1931 XYZ          :: Convert::Color::XYZ
* CIE 1976 (L*, u*, v*) :: Convert::Color::LUV
* CIE LCh               :: Convert::Color::LCh
* HUSL                  :: Convert::Color::HUSL
* HUSLp                 :: Convert::Color::HUSLp

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

* Convert::Color

COPYRIGHT AND LICENCE

Copyright (C) 2015 by Marius Gavrilescu

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.20.2 or,
at your option, any later version of Perl 5 you may have available.