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
Zdimension. -
Ynumpy.ndarray -
Values for the
Ydimension. -
Znumpy.ndarray -
Values for the
Zdimension.
Return
list: Returns a list of numpy.ndarrays ([u, v]).