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

    Function hsvToHSL

    • Converts an HSV color to the HSL color space.

      This function transforms the color from HSV (Hue, Saturation, Value) to HSL (Hue, Saturation, Lightness).

      Parameters

      • color: HSVColor

        The HSV color to convert

      Returns HSLColor

      The color in HSL space