@tempots/color > LCH > withHue
Sets the hue value of the LCH color and returns a new LCH color instance.
Signature:
readonly withHue: (h: number) => LCH;