Function mhvcToLinearRgb

  • Converts Munsell HVC to linear RGB.

    Parameters

    • hue100: number

      is in the circle group R/100Z. Any real number is accepted.

    • value: number

      will be in [0, 10]. Clamped if it exceeds the interval.

    • chroma: number

      will be in [0, +inf). Assumed to be zero if it is negative.

    • Optional rgbSpace: RGBSpace = SRGB

    Returns Vector3

    [linear R, linear G, linear B]

Generated using TypeDoc