OkLab copyWith({double? lightness, double? a, double? b}) { return OkLab(lightness ?? L, a ?? this.a, b ?? this.b); }