menu
flutter_miuix package
documentation
miuix.dart
OkLab
OkLab.new const constructor
OkLab.new const constructor
dark_mode
light_mode
OkLab
constructor
const
OkLab
(
double
l
,
double
a
,
double
b
)
以明度
l
、绿-红轴
a
、蓝-黄轴
b
(均为百分比)构造 OkLab 颜色。
Implementation
const OkLab(this.l, this.a, this.b);
flutter_miuix package
documentation
miuix
OkLab
OkLab.new const constructor
OkLab class