CIEColor¶
-
class
rev.color.CIEColor(X: float, Y: float, Z: float) → None¶ Bases:
pybind11_builtins.pybind11_object-
getX() → float¶ Get the X component of the color
Returns: CIE X
-
getY() → float¶ Get the Y component of the color
Returns: CIE Y
-
getYx() → float¶ Get the x calculated coordinate of the CIE 19313 color space
https://en.wikipedia.org/wiki/CIE_1931_color_space
Returns: CIE Yx
-
getYy() → float¶ Get the y calculated coordinate of the CIE 19313 color space
https://en.wikipedia.org/wiki/CIE_1931_color_space
Returns: CIE Yy
-
getZ() → float¶ Get the Z component of the color
Returns: CIE Z
-