• Calculates an RGB color based on a logarithmic gradient.

    Parameters

    • score: number

      The score to determine the color.

    • gradientSteps: number[]

      The steps for the gradient (assumes length is 5).

    • colorScheme: ColorSchemeEnum

      The color scheme to use.

    Returns string

    The RGB color as a string.