@tempots/color

hsv2xyz() function

Converts an HSV color to XYZ color space.

Signature:

hsv2xyz: (hsv: HSV) => XYZ

Parameters

Parameter

Type

Description

hsv

HSV

The HSV color to convert.

Returns: XYZ

The converted XYZ color.