Revision history for Perl extension Convert::Color::HSLuv.
-1.000001 ...
+1.000001 2017-03-18T12:36+02:00
- Rename HUSL -> HSLuv and HUSLp -> HPLuv
+ - Use new (worse precision) snapshot-rev4.json
1.000 2016-04-23T18:46+01:00
- First stable release, no changes from 0.002001
*_get_bounds = *Convert::Color::HSLuv::_get_bounds; ## no critic (ProtectPrivate)
}
-our $VERSION = '1.000';
+our $VERSION = '1.000001';
__PACKAGE__->register_color_space('hpluv');
*EPS = *Convert::Color::LUV::EPS;
}
-our $VERSION = '1.000';
+our $VERSION = '1.000001';
__PACKAGE__->register_color_space('hsluv');
use warnings;
use parent qw/Convert::Color/;
-our $VERSION = '1.000';
+our $VERSION = '1.000001';
use Convert::Color::LUV;
use Math::Trig ':pi';
use Convert::Color::XYZ;
-our $VERSION = '1.000';
+our $VERSION = '1.000001';
use constant +{ ## no critic (Capitalization)
KAPPA => (29/3) ** 3,
use Convert::Color::RGB;
use List::Util qw/sum/;
-our $VERSION = '1.000';
+our $VERSION = '1.000001';
use constant +{ ## no critic (Capitalization)
MAT_R => [ 3.2409699419045214, -1.5373831775700935, -0.49861076029300328 ],