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

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

Properties

NameTypeAccessDescription
cie_coordinates_xintr/wGets or sets the coordinates x.
cie_coordinates_yintr/wGets or sets the coordinates y.
cie_coordinates_zintr/wGets or sets the coordinates z.

Constructor: CieCoordinates(bytes)

 CieCoordinates(bytes) 

Initializes a new instance of the CieCoordinates class.

Parameters:

ParameterTypeDescription
bytesSystem.ByteThe array bytes.