Returns a fixed-length list containing the lightness, a, and b values, in that order.
lightness
a
b
@override List<double> toList() => List<double>.from(<double>[lightness, a, b], growable: false);