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 | long | r/w | Gets or sets the coordinates x. |
cie_coordinates_y | long | r/w | Gets or sets the coordinates y. |
cie_coordinates_z | long | 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 | byte | The array bytes. |