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

Aspose.Imaging Version: 24.7.0

Constructors

NameDescription
CieCoordinates(bytes)Initializes a new instance of the CieCoordinates class.

Properties

NameTypeAccessDescription
cie_coordinates_xlongr/wGets or sets the coordinates x.
cie_coordinates_ylongr/wGets or sets the coordinates y.
cie_coordinates_zlongr/wGets or sets the coordinates z.

Constructor: CieCoordinates(bytes)

 CieCoordinates(bytes) 

Initializes a new instance of the CieCoordinates class.

Parameters:

ParameterTypeDescription
bytesbyteThe array bytes.