Isaac Muse
Isaac Muse
Color Level 5 introduces a new Relative Color Syntax (RCS). This takes the existing color formats and allows you to do something like: ```css rgb(from r g b) ``` In...
### Description Our custom JS and CSS historically has been packaged using a gulp script. Recently, stylelint upgraded to 16.3.1, we are stuck on 15.11.0 because this breaks interactions with...
I know I have some local work that plays around with this idea. It is probably time to spend a little time and push a new version out the door.
Write a better guide to get started quickly. Ideally start from a simple, no pipeline example and increase complexity. Reference #169
The old action for using msys2 is currently broken. Take a look at some alternatives such as https://github.com/msys2/setup-msys2.
This thought occurred to me recently. Usually, when I am using `compose()`, I'm operating in the gamut that I should be. I had not considered before now that maybe it...
The new ray tracing gamut mapping algorithm is looking very promising. It is faster and more accurate. This accuracy does manifest itself a bit in the default gamut mapping algorithm...
I've gone back and forth on this. ColorAide currently doesn't require any dependencies as it is all implemented in pure Python. With that said, it suffers from the performance downside...
The idea would be to either implement extended Oklab as a separate color space or replace Oklab with this new extended implementation. It may be that in the beginning, Oklab...