Class CieCoordinates
CieCoordinates class
The class contains the x,y, and z coordinates of a specific color in a specified color space.
public class CieCoordinates
Constructors
Name | Description |
---|---|
CieCoordinates(byte[]) | Initializes a new instance of the CieCoordinates class. |
Properties
Name | Description |
---|---|
CieCoordinatesX { get; set; } | Gets or sets the coordinates x. |
CieCoordinatesY { get; set; } | Gets or sets the coordinates y. |
CieCoordinatesZ { get; set; } | Gets or sets the coordinates z. |
See Also
- namespace Aspose.Imaging.FileFormats.Bmp.Structures
- assembly Aspose.Imaging