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

    Function hwbToLCH

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

      This function first converts the HWB 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: HWBColor

        The HWB color to convert

      Returns LChColor

      The color in LCH space