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

    Function hslToRGB

    • Converts an HSL color to the RGB color space.

      This function implements the standard algorithm for converting from HSL to RGB.

      Parameters

      • color: HSLColor

        The HSL color to convert

      Returns RGBColor

      The color in RGB space