Over the years I've seen many similar tools, however, this one is probably the nicest, simple and straightforward. Really great work!
Show HN: hue.tools – open-source toolbox for colors
51–60 of 82 posts
Re: Show HN: hue.tools – open-source toolbox for colors
#52Re: Show HN: hue.tools – open-source toolbox for colors
#53https://twitter.com/thot_exper1ment/status/14903867798489047... <-- example of some blending in a color space i'm working on
Re: Show HN: hue.tools – open-source toolbox for colors
#54EDIT: Author has pointed out that the interpolation mode can be changed. Very slick! It looks like this is interpolating in HCL or HSV space— that tends to produce unexpected results, including intermediate colors with unrelated hues (pink between orange and blue?), or sharp discontinuities if one of the endpoints changes slightly (try mixing orange and blue, and then shifting the blue towards teal until suddenly the…
Re: Show HN: hue.tools – open-source toolbox for colors
#55Earlier quoted context omitted.
First of all thanks for the comments and info. I'm actually not doing the color interpolation myself. I'm using chroma.js[1] for the most part. You can actually change the interpolation mode on the bottom below the color boxes. The default is LCH because I think it looks the best most of the time, but you can use LAB if you prefer that. [1] https://gka.github.io/chroma.js/
CIE L*C*h is based on either CIE 1976 L*a*b* or CIE 1976 L*u*v*, it's just a different representation. For displays you're incrementally better off using LChuv. But note that these are very rudimentary color appearance models compared to CIECAM02 and newer, where surrounding color and ambient light can be taken into account. For a given color, surrounding it with two different colors will produce a different color ap…
Re: Show HN: hue.tools – open-source toolbox for colors
#56One thing I'm curious about that I couldn't discern from the GH repo: what's the license?
Re: Show HN: hue.tools – open-source toolbox for colors
#57Re: Show HN: hue.tools – open-source toolbox for colors
#58EDIT: Author has pointed out that the interpolation mode can be changed. Very slick! It looks like this is interpolating in HCL or HSV space— that tends to produce unexpected results, including intermediate colors with unrelated hues (pink between orange and blue?), or sharp discontinuities if one of the endpoints changes slightly (try mixing orange and blue, and then shifting the blue towards teal until suddenly the…
First of all thanks for the comments and info. I'm actually not doing the color interpolation myself. I'm using chroma.js[1] for the most part. You can actually change the interpolation mode on the bottom below the color boxes. The default is LCH because I think it looks the best most of the time, but you can use LAB if you prefer that. [1] https://gka.github.io/chroma.js/