menu
okcolor package
documentation
models/oklab.dart
OkLab
withLightness method
withLightness method
dark_mode
light_mode
withLightness
method
OkLab
withLightness
(
double
l
)
Implementation
OkLab withLightness(double l) { return copyWith(lightness: l); }
okcolor package
documentation
models/oklab
OkLab
withLightness method
OkLab class