Function rgbToXyz

  • Converts RGB color values to XYZ color space.

    Parameters

    • rgb: RGB

      The RGB color to convert.

    Returns XYZ

    The color in XYZ color space.

    If the input is not a valid RGB object or if RGB values are out of range.