CieCoordinates Class
Summary: The class contains the x,y, and z coordinates of a specific color in a specified color space.
Module: aspose.imaging.fileformats.bmp.structures
Full Name: aspose.imaging.fileformats.bmp.structures.CieCoordinates
Constructors
| Name | Description |
|---|---|
| CieCoordinates(bytes) | Initializes a new instance of the CieCoordinates class. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| cie_coordinates_x | int | r/w | Gets or sets the coordinates x. |
| cie_coordinates_y | int | r/w | Gets or sets the coordinates y. |
| cie_coordinates_z | int | r/w | Gets or sets the coordinates z. |
Constructor: CieCoordinates(bytes)
CieCoordinates(bytes)
Initializes a new instance of the CieCoordinates class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| bytes | System.Byte | The array bytes. |