CieCoordinates
Contents
[
Hide
]Inheritance: java.lang.Object
public class CieCoordinates
The class contains the x,y, and z coordinates of a specific color in a specified color space.
Constructors
| Constructor | Description |
|---|---|
| CieCoordinates(byte[] bytes) | Initializes a new instance of the CieCoordinates class. |
Methods
| Method | Description |
|---|---|
| getCieCoordinatesX() | Gets or sets the coordinates x. |
| setCieCoordinatesX(long value) | Gets or sets the coordinates x. |
| getCieCoordinatesY() | Gets or sets the coordinates y. |
| setCieCoordinatesY(long value) | Gets or sets the coordinates y. |
| getCieCoordinatesZ() | Gets or sets the coordinates z. |
| setCieCoordinatesZ(long value) | Gets or sets the coordinates z. |
CieCoordinates(byte[] bytes)
public CieCoordinates(byte[] bytes)
Initializes a new instance of the CieCoordinates class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| bytes | byte[] | The array bytes. |
getCieCoordinatesX()
public long getCieCoordinatesX()
Gets or sets the coordinates x.
Value: The coordinates x.
Returns: long
setCieCoordinatesX(long value)
public void setCieCoordinatesX(long value)
Gets or sets the coordinates x.
Value: The coordinates x.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | long |
getCieCoordinatesY()
public long getCieCoordinatesY()
Gets or sets the coordinates y.
Value: The coordinates y.
Returns: long
setCieCoordinatesY(long value)
public void setCieCoordinatesY(long value)
Gets or sets the coordinates y.
Value: The coordinates y.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | long |
getCieCoordinatesZ()
public long getCieCoordinatesZ()
Gets or sets the coordinates z.
Value: The coordinates z.
Returns: long
setCieCoordinatesZ(long value)
public void setCieCoordinatesZ(long value)
Gets or sets the coordinates z.
Value: The coordinates z.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | long |