Package com.revrobotics
Class CIEColor
java.lang.Object
com.revrobotics.CIEColor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublegetX()Get the X component of the colordoublegetY()Get the Y component of the colordoublegetYx()Get the x calculated coordinate of the CIE 19313 color spacedoublegetYy()Get the y calculated coordinate of the CIE 19313 color spacedoublegetZ()Get the Z component of the color
-
Constructor Details
-
CIEColor
public CIEColor(double x, double y, double z)
-
-
Method Details
-
getX
public double getX()Get the X component of the color- Returns:
- CIE X
-
getY
public double getY()Get the Y component of the color- Returns:
- CIE Y
-
getZ
public double getZ()Get the Z component of the color- Returns:
- CIE Z
-
getYx
public double getYx()Get the x calculated coordinate of the CIE 19313 color spacehttps://en.wikipedia.org/wiki/CIE_1931_color_space
- Returns:
- CIE Yx
-
getYy
public double getYy()Get the y calculated coordinate of the CIE 19313 color spacehttps://en.wikipedia.org/wiki/CIE_1931_color_space
- Returns:
- CIE Yy
-