Bump version and update Changes
[convert-color-husl.git] / README
... / ...
CommitLineData
1Convert-Color-HUSL version 1.000
2================================
3
4HUSL is a human-friendly color space designed for perceptual
5uniformity. HUSLp is a derivative of HUSL that also provides an
6uniform chroma map at the expense of only including pastel
7(desaturated) colors.
8
9This distribution includes modules for dealing with the following
10color spaces:
11
12* CIE 1931 XYZ :: Convert::Color::XYZ
13* CIE 1976 (L*, u*, v*) :: Convert::Color::LUV
14* CIE LCh :: Convert::Color::LCh
15* HUSL :: Convert::Color::HUSL
16* HUSLp :: Convert::Color::HUSLp
17
18INSTALLATION
19
20To install this module type the following:
21
22 perl Makefile.PL
23 make
24 make test
25 make install
26
27DEPENDENCIES
28
29This module requires these other modules and libraries:
30
31* Convert::Color
32
33COPYRIGHT AND LICENCE
34
35Copyright (C) 2015 by Marius Gavrilescu
36
37This library is free software; you can redistribute it and/or modify
38it under the same terms as Perl itself, either Perl version 5.20.2 or,
39at your option, any later version of Perl 5 you may have available.
40
41
This page took 0.008656 seconds and 4 git commands to generate.