CieCoordinatesTriple Class

Summary: The class contains the x,y, and z coordinates of the three colors that correspond to the red, green, and blue endpoints for a specified logical color space.

Module: aspose.imaging.fileformats.bmp.structures

Full Name: aspose.imaging.fileformats.bmp.structures.CieCoordinatesTriple

Aspose.Imaging Version: 24.5.0

Constructors

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

Properties

NameTypeAccessDescription
cie_xyz_blueCieCoordinatesrGets the xyz coordinates of blue endpoint.
cie_xyz_greenCieCoordinatesrGets the xyz coordinates of green endpoint.
cie_xyz_redCieCoordinatesrGets the xyz coordinates of red endpoint.

Constructor: CieCoordinatesTriple(bytes)

 CieCoordinatesTriple(bytes) 

Initializes a new instance of the CieCoordinatesTriple class.

Parameters:

ParameterTypeDescription
bytesbyteThe bytes.