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

    Function labToLCH

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

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

      Parameters

      • color: LabColor

        The Lab color to convert

      Returns LChColor

      The color in LCh space