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

    Function hsvToLCh

    • Converts an HSV color to the CIE LCh color space.

      This function first converts the HSV color to RGB, then from RGB to LCh. The LCh color space is a cylindrical representation of Lab, using lightness, chroma (saturation), and hue components.

      Parameters

      • color: HSVColor

        The HSV color to convert

      Returns LChColor

      The color in LCh space