Crate oklab

source ·
Expand description

Structs

  • A color in Oklab is represented with three coordinates, similar to how CIELAB works, but with better perceptual properties. Oklab uses a D65 whitepoint, since this is what sRGB and other common color spaces use.
  • The RGB pixel

Functions