Function hunterToXyz

  • Convert the given Hunter Lab color to a CIEXYZ color. Based on the EasyRGB pseudo-code.

    Parameters

    • color: Hunter

      The Hunter Lab color.

    • ref: Xyz = ...

      A standard illuminant that represents the white point.

    Returns Xyz

    A CIEXYZ color.