withLightness method

OkLab withLightness(
  1. double l
)

Implementation

OkLab withLightness(double l) {
  return copyWith(lightness: l);
}