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

    Function lchToXYZ

    • Converts a color from CIE LCh to CIE XYZ color space.

      This function first converts the LCh color to Lab, then from Lab to XYZ.

      Parameters

      • color: LChColor

        The LCh color to convert

      Returns XYZColor

      The color in XYZ space