Package com.revrobotics
Class CIEColor
java.lang.Object
com.revrobotics.CIEColor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble
getX()
Get the X component of the colordouble
getY()
Get the Y component of the colordouble
getYx()
Get the x calculated coordinate of the CIE 19313 color spacedouble
getYy()
Get the y calculated coordinate of the CIE 19313 color spacedouble
getZ()
Get the Z component of the color
-
Constructor Details
-
CIEColor
-
-
Method Details
-
getX
Get the X component of the color- Returns:
- CIE X
-
getY
Get the Y component of the color- Returns:
- CIE Y
-
getZ
Get the Z component of the color- Returns:
- CIE Z
-
getYx
Get the x calculated coordinate of the CIE 19313 color spacehttps://en.wikipedia.org/wiki/CIE_1931_color_space
- Returns:
- CIE Yx
-
getYy
Get the y calculated coordinate of the CIE 19313 color spacehttps://en.wikipedia.org/wiki/CIE_1931_color_space
- Returns:
- CIE Yy
-