Class CieCoordinatesTriple
- Namespace
- Aspose.Imaging.FileFormats.Bmp.Structures
- Assembly
- Aspose.Imaging.dll
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.
public class CieCoordinatesTriple
- Inheritance
-
CieCoordinatesTriple
- Inherited Members
Constructors
CieCoordinatesTriple(byte[])
Initializes a new instance of the CieCoordinatesTriple class.
public CieCoordinatesTriple(byte[] bytes)
Parameters
bytes
byte[]The bytes.
Properties
CieXyzBlue
Gets the xyz coordinates of blue endpoint.
public CieCoordinates CieXyzBlue { get; }
Property Value
- CieCoordinates
The xyz coordinates of blue endpoint.
CieXyzGreen
Gets the xyz coordinates of green endpoint.
public CieCoordinates CieXyzGreen { get; }
Property Value
- CieCoordinates
The xyz coordinates of green endpoint.
CieXyzRed
Gets the xyz coordinates of red endpoint.
public CieCoordinates CieXyzRed { get; }
Property Value
- CieCoordinates
The xyz coordinates of red endpoint.