Bump version and update Changes
[convert-color-hsluv.git] / README
CommitLineData
d192eff4
MG
1Convert-Color-HSLuv version 1.000001
2===================================
1f72b051 3
d192eff4
MG
4HSLuv is a human-friendly color space designed for perceptual
5uniformity. HPLuv is a derivative of HSLuv that also provides an
1f72b051
MG
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
d192eff4
MG
15* HSLuv :: Convert::Color::HSLuv
16* HPLuv :: Convert::Color::HPLuv
1f72b051
MG
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
2f15aa62 35Copyright (C) 2015-2017 by Marius Gavrilescu
1f72b051
MG
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.012291 seconds and 4 git commands to generate.