@tempots/color

hsv2hsl() function

Converts an HSV color value to HSL.

Signature:

hsv2hsl: (hsv: HSV) => HSL

Parameters

Parameter

Type

Description

hsv

HSV

The HSV color value to convert.

Returns: HSL

The equivalent HSL color value.