Returns a copy of this color with the alpha parameter replaced with the given value.
LABColor withAlpha(double alpha) => LABColor.fromALAB(alpha, l, a, b);