Dan Burzo

Results 143 comments of Dan Burzo

Hi @ai, thanks for the suggestion and sorry for the late response. This feature is captured in the PR: - https://github.com/Evercoder/culori/pull/165 It introduces more generic functions for `clampChroma`, `clampRGB`, and...

Thanks for the report @Enteleform! The clamped RGB color is expected to have at least one of its channels very close to the range boundary, and in this case it...

So, the `clampChroma()` method made the following assumption: there is a value for `c` for which we know the color is displayable, we're going to iterate towards it until the...

Wow, thank you for the detailed troubleshooting! I'll look carefully into the data tomorrow morning to get to the root(s) of the issues. In the meantime I have started to...

I'm currently working through the data you provided. The color table you provided with `chromaClamp(oklch())`: This converts the colors to `lch`, then tries to find the closest chroma that's displayable...

I've wrote an interactive notebook to explore `clampChroma` and it seems that the algorithm works as well as it can work when the color's space corresponds to the space where...

The color aberrations should be improved with the latest changes on `main`.

> Could you provide the non-truncated values for all spaces? Might be handy for some users to have access to them via culorijs.org/color-spaces. Maybe via a PopOver/Tooltip or something if...

The ranges in the definition files / color-spaces page were a bit neglected because they were mostly informative. I've redone some computation and updated docs/definition files accordingly in: https://github.com/Evercoder/culori/commit/b3af2b54ce4cc9e4b36759d8c2212ddd0cd3d32e As...

Hi @meodai, thanks for bringing this up. I was just thinking the other day that I should make explicit in the _API Reference_ that it's a convention throughout the Culori...