Expand description
Oklab colorspace conversions.
Implements Oklab as defined at: https://bottosson.github.io/posts/oklab/
Structs§
- Lab
- An Oklab color with alpha.
Functions§
- oklab_
blend - Blends two 32-bit sRGB colors in the Oklab color space.
- oklab_
to_ srgb - Converts an Oklab color to a 32-bit sRGB color.
- srgb_
to_ oklab - Converts a 32-bit sRGB color to Oklab.