CieCoordinatesTriple

CieCoordinatesTriple class

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

Constructors

NameDescription
CieCoordinatesTriple(byte[])Initializes a new instance of the CieCoordinatesTriple class.

Properties

NameDescription
CieXyzBlue { get; }Gets the xyz coordinates of blue endpoint.
CieXyzGreen { get; }Gets the xyz coordinates of green endpoint.
CieXyzRed { get; }Gets the xyz coordinates of red endpoint.

See Also