Constant colstodian::spaces::dynamic_spaces::OKLAB[][src]

pub const OKLAB: ColorSpace;
Expand description

Oklab is a non-linear, perceptual encoding in XYZ, with a D65 whitepoint.

Oklab’s perceptual qualities make it a very attractive color space for performing blend operations between two colors which you want to be perceptually pleasing. See this article for more on why you might want to use the Oklab colorspace.