Function mhvcToRgb255

  • Converts Munsell HVC to quantized 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 clamp: boolean = true

      If true, the returned value will be clamped to the range [0, 255].

    • Optional rgbSpace: RGBSpace = SRGB

    Returns Vector3

    [R255, G255, B255]

Generated using TypeDoc