@tempots/color > LCH > withLightness
Returns a new LCH color with the specified lightness value.
Signature:
readonly withLightness: (l: number) => LCH;