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

    Function hslToHSV

    • Converts an HSL color to the HSV color space.

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

      Parameters

      • color: HSLColor

        The HSL color to convert

      Returns HSVColor

      The color in HSV space