CieCoordinatesTriple Class
Summary: 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.
Module: aspose.imaging.fileformats.bmp.structures
Full Name: aspose.imaging.fileformats.bmp.structures.CieCoordinatesTriple
Constructors
| Name | Description |
|---|---|
| CieCoordinatesTriple(bytes) | Initializes a new instance of the CieCoordinatesTriple class. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| cie_xyz_blue | CieCoordinates | r | Gets the xyz coordinates of blue endpoint. |
| cie_xyz_green | CieCoordinates | r | Gets the xyz coordinates of green endpoint. |
| cie_xyz_red | CieCoordinates | r | Gets the xyz coordinates of red endpoint. |
Constructor: CieCoordinatesTriple(bytes)
CieCoordinatesTriple(bytes)
Initializes a new instance of the CieCoordinatesTriple class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| bytes | System.Byte | The bytes. |