I finally fixed Tangerine's oklab color implementation last night, and then went and also implemented oklch and hsl. I really like oklch! It feels like I magically unlocked a bunch of new colors. It's really powerful for generating color pallets.
@aeva so what was the issue after all?
@soulthreads idk. I threw it all in the garbage and started over by following the w3c's specification to the letter and then it all just worked funny that.
@aeva @soulthreads 😉 glad it all worked out!
@svgeesus @soulthreads did you work on that spec?
@aeva @soulthreads Yes, I wrote a lot of it.
It turns out that detailed, tutorial-like background plus minimal but correct code is what it took to get people using it.
@svgeesus @soulthreads oh awesome! I found it enormously helpful, so thank you for all of the work you put into it. Having correct examples available to reference along with clear implementation instructions made a huge difference for me.