Function munsellToLab

  • Converts Munsell Color string to CIELAB. 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

    Returns Vector3

    [L*, a*, b*]

Generated using TypeDoc