Function xyzToMunsell

  • Converts XYZ to Munsell Color string, where the Bradford transformation is used as CAT.

    See

    lchabToMhvc

    Parameters

    • X: number
    • Y: number
    • Z: number
    • Optional illuminant: Illuminant = ILLUMINANT_D65
    • 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