@tempots/color

hsl2hsv() function

Converts an HSL color to HSV color.

Signature:

hsl2hsv: (hsl: HSL) => HSV

Parameters

Parameter

Type

Description

hsl

HSL

The HSL color to convert.

Returns: HSV

The corresponding HSV color.