返回替换指定分量后的副本,对应 Kotlin data class 的 copy。
copy
OkLch copyWith({double? l, double? c, double? h}) => OkLch(l ?? this.l, c ?? this.c, h ?? this.h);