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

    Function hwbToHSL

    • Converts an HWB color to the HSL color space.

      This function first converts the HWB color to RGB, then from RGB to HSL.

      Parameters

      • color: HWBColor

        The HWB color to convert

      Returns HSLColor

      The color in HSL space