@dragonspark/chroma-kit
    Preparing search index...

    Function hsvToXYZ

    • Converts an HSV color to the CIE XYZ color space.

      This function first converts the HSV color to RGB, then from RGB to XYZ.

      Parameters

      • color: HSVColor

        The HSV color to convert

      Returns XYZColor

      The color in XYZ space