menu
okcolor package
documentation
models/oklab.dart
OkLab
darker method
darker method
dark_mode
light_mode
darker
method
OkLab
darker
(
double
percentage
)
Implementation
OkLab darker(double percentage) { return OkLab(L * (1 - percentage), a, b); }
okcolor package
documentation
models/oklab
OkLab
darker method
OkLab class