Module oklab

Module oklab 

Source
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.