Convert CIEXYZ to u and v

Description

Converting one (or multiple) colors defined by their X, Y, and Z coordinates in the CIEXYZ color space to their corresponding u and v coordinates.

Usage

colorlib.XYZ_to_uv(X, Y, Z)

Arguments

Xnumpy.ndarray
Values for the Z dimension.
Ynumpy.ndarray
Values for the Y dimension.
Znumpy.ndarray
Values for the Z dimension.

Return

list: Returns a list of numpy.ndarrays ([u, v]).