A color in the CIELAB color space.
l must be >= 0 and <= 100.
l
>= 0
<= 100
a and b must both be >= -128 and <= 127.
a
b
>= -128
<= 127
const LabColor(this.l, this.a, this.b);