public class CieCoordinatesTriple extends Object
The class contains the x,y, and z coordinates of the three colors that correspond to the red, green, and blue endpoints for a specified logical color space.
Constructor and Description |
---|
CieCoordinatesTriple(byte[] bytes)
Initializes a new instance of the
CieCoordinatesTriple class. |
Modifier and Type | Method and Description |
---|---|
CieCoordinates |
getCieXyzBlue()
Gets the xyz coordinates of blue endpoint.
|
CieCoordinates |
getCieXyzGreen()
Gets the xyz coordinates of green endpoint.
|
CieCoordinates |
getCieXyzRed()
Gets the xyz coordinates of red endpoint.
|
public CieCoordinatesTriple(byte[] bytes)
Initializes a new instance of the CieCoordinatesTriple
class.
bytes
- The bytes.public CieCoordinates getCieXyzRed()
Gets the xyz coordinates of red endpoint.
Value: The xyz coordinates of red endpoint.public CieCoordinates getCieXyzGreen()
Gets the xyz coordinates of green endpoint.
Value: The xyz coordinates of green endpoint.public CieCoordinates getCieXyzBlue()
Gets the xyz coordinates of blue endpoint.
Value: The xyz coordinates of blue endpoint.