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