graypegg / chromatism

:rainbow: A simple set of utility functions for colours.
1.78k stars 37 forks source link

HSLuv color space support #5

Closed sinisterstumble closed 7 years ago

sinisterstumble commented 7 years ago

HSLuv is a human-friendly alternative to HSL.

--

chromatism is awesome, thank you!

graypegg commented 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

iondrimba commented 7 years ago

@toish you are very responsive to Issues and PR´s, hats off on that!

graypegg commented 7 years ago

@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!

sinisterstumble commented 7 years ago

@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.

graypegg commented 7 years ago

@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!

graypegg commented 7 years ago

@epiloque Added support for HSLuv!