Closed sinisterstumble closed 7 years ago
Hey thanks for the suggestion! I'll need to implement CIE L*u*v* and it's cylindrical counterpart before I can implement HSLuv. Been putting off adding more CIE colour models as they aren't as useful for colour functions, but HSLuv seems really interesting! I've added CIE LUV to the roadmap, next will be HSLuv https://github.com/toish/chromatism/projects/2#card-3138870
@toish you are very responsive to Issues and PR´s, hats off on that!
@epiloque I've implemented L*u*v*, should be able to get Lch set up tomorrow along with HSLuv/HPLuv
@iondrimba Thanks! I'm honestly just excited that this many people seem to be interested in the math behind colour!
@toish that's great! Thank you very much. Can I help somehow? ES6 / rollup configuration …
On May 31, 2017, at 06:09, Graham Pegg notifications@github.com wrote:
@epiloque I've implemented Luv*, should be able to get Lch set up tomorrow along with HSLuv/HPLuv
@iondrimba Thanks! I'm honestly just excited that this many people seem to be interested in the math behind colour!
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
@epiloque Would love some help with tweaking the rollup config/getting the ES6 module to be tree-shakable! Will also be working on adding to the chain of colour modes I need to get to HSLuv tonight if you'd like to help!
@epiloque Added support for HSLuv!
HSLuv is a human-friendly alternative to HSL.
--
chromatism is awesome, thank you!