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

    Function hslToXYZ

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

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

      Parameters

      • color: HSLColor

        The HSL color to convert

      Returns XYZColor

      The color in XYZ space