Function labToMhvc

  • Converts CIELAB to Munsell HVC. Note that the given values are assumed to be under Illuminant C. I don't recommend you use this function if you are not sure what that means.

    See

    lchabToMhvc

    Parameters

    • lstar: number
    • astar: number
    • bstar: number
    • Optional threshold: number = 1e-6
    • Optional maxIteration: number = 200
    • Optional ifReachMax: ProcType = 'error'
    • Optional factor: number = 0.5

    Returns Vector3

    [Hue, Value, Chroma]

Generated using TypeDoc