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