Function mhvcToLab

  • Converts Munsell HVC 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

    • 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.

    Returns Vector3

    [L*, a*, b*]

Generated using TypeDoc