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

    Function lchToLab

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

      This function transforms the polar coordinates (C*, h°) of LCh into Cartesian coordinates (a*, b*) to create the Lab representation. The L* component remains unchanged.

      Parameters

      • color: LChColor

        The LCh color to convert

      Returns LabColor

      The color in Lab space