Dan Burzo

Results 131 comments of Dan Burzo

I've created a new PR, I will respond to your proposal there.

It seems to me the current Color.js `toGamut()` implementation for the `css` method matches the pseudo-code from the latest css-color-4 ED. In regards to the algorithm itself, I believe the...

Hi Patrick, thank you for the kind words! A DevTools extension is a great idea, and on a first skimming of the docs it doesn't seem too complicated to get...

It's a bit messy, but I made [a notebook to demonstrate monotone spline interpolation](https://observablehq.com/@danburzo/interpolate-colors-with-catmull-rom). Compared to Catmull-Rom, [the monotone spline](https://github.com/d3/d3-shape#curveMonotoneX) does not overshoot its control points (avoiding color aberrations), although...

I'll steal another Observable notebook to exemplify :-P I've added [an alpha slider](https://observablehq.com/@danburzo/monotone-cubic-interpolation) to @jviide's notebook that takes the Catmull-Rom spline through the uniform (0) to the centripetal (0.5) to...

As noted in https://github.com/Evercoder/culori/issues/91, it seems I made a mistake in the implementation, but I think I have an idea of what's wrong with it, I'd like to see the...

As noted in https://github.com/Evercoder/culori/issues/91, starting with `[email protected]` the `splineMonotone` should be fixed. I've added LRGB (still from `culori`) to [my fork of @Fil's notebook](https://observablehq.com/@danburzo/interpolate-colors-with-catmull-rom), and a monotone spline RGB interpolation....

@waldyrious I've added it now.

@garykac sorry if this is out of scope, but will the Clipboard Permission somehow incorporate access to more MIME types? (See: https://github.com/w3c/clipboard-apis/issues/46)

> In a perfect world, I'd love to simply drop a custom template into the 11ty directory, add the uuid property to its frontmatter, and have it "take over" that...