Function munsellToRgb255

  • Converts Munsell Color string to quantized RGB.

    Parameters

    • munsellStr: string
    • 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