lucasb-eyer / go-colorful

A library for playing with colors in go (golang).
MIT License
1.16k stars 59 forks source link

Oklab color space #54

Closed makew0rld closed 8 months ago

makew0rld commented 3 years ago

An improved CIELAB, because CIELAB and CIELUV perform badly with blue hues, among other issues.

https://bottosson.github.io/posts/oklab/

makew0rld commented 8 months ago

Added in #66