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
-
X
numpy.ndarray
-
Values for the
Z
dimension. -
Y
numpy.ndarray
-
Values for the
Y
dimension. -
Z
numpy.ndarray
-
Values for the
Z
dimension.
Return
list
: Returns a list of numpy.ndarray
s ([u, v]
).