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

    Function hwbToXYZ

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

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

      Parameters

      • color: HWBColor

        The HWB color to convert

      Returns XYZColor

      The color in XYZ space