Cargo Features
[dependencies]
oklab = { version = "1.1.2", default-features = false, features = ["fast-srgb8", "std-cbrt"] }
- default = fast-srgb8
-
The
fast-srgb8
feature is set by default wheneveroklab
is added without
somewhere in the dependency tree.default-features = false - fast-srgb8 default
-
Use lookup tables for sRGB gamma correction
Enables fast-srgb8
- std-cbrt
-
Use cube root from the standard library