CieCoordinates

CieCoordinates class

The class contains the x,y, and z coordinates of a specific color in a specified color space.

public class CieCoordinates

Constructors

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

Properties

NameDescription
CieCoordinatesX { get; set; }Gets or sets the coordinates x.
CieCoordinatesY { get; set; }Gets or sets the coordinates y.
CieCoordinatesZ { get; set; }Gets or sets the coordinates z.

See Also