Color
    Preparing search index...

    Function xyzToHunter

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

      Parameters

      • color: Readonly<Xyz>

        The CIEXYZ color.

      • ref: Readonly<Xyz> = ...

        A standard illuminant that represents the white point. This color space was originally used with standard illuminant C.

      Returns [number, number, number] & Hunter

      A Hunter Lab color.