menu
Flutter
quantize/src/point_provider_lab.dart
PointProviderLab
toInt method
toInt
dark_mode
light_mode
toInt
method
@
override
int
toInt
(
List
<
double
>
lab
)
override
Implementation
@override int toInt(List<double> lab) { return ColorUtils.argbFromLab(lab[0], lab[1], lab[2]); }
Flutter
point_provider_lab
PointProviderLab
toInt method
PointProviderLab class
Cookies management controls