Function lchabToMunsell

  • Converts LCHab to Munsell string. 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
    • cstarab: number
    • hab: number
    • Optional digits: number = 1

      is the number of digits after the decimal point. Must be non-negative integer. Note that the units digit of the hue prefix is assumed to be already after the decimal point.

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

    Returns string

    Munsell Color code

Generated using TypeDoc