Function munsellToLchab

  • Converts Munsell Color string to LCHab. Note that the returned value is under Illuminant C. I don't recommend you use this function if you are not sure what that means.

    Parameters

    • munsellStr: string

      is the standard Munsell Color code.

    Returns Vector3

    [L*, C*ab, hab]

Generated using TypeDoc