@tempots/color

hsv2srgb() function

Converts an HSV color value to an SRGB color value.

Signature:

hsv2srgb: (hsv: HSV) => SRGB

Parameters

Parameter

Type

Description

hsv

HSV

The HSV color value to convert.

Returns: SRGB

The converted SRGB color value.