Table of Contents

Class CieCoordinates

Namespace
Aspose.Imaging.FileFormats.Bmp.Structures
Assembly
Aspose.Imaging.dll

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

public class CieCoordinates
Inheritance
CieCoordinates
Inherited Members

Constructors

CieCoordinates(byte[])

Initializes a new instance of the CieCoordinates class.

public CieCoordinates(byte[] bytes)

Parameters

bytes byte[]

The array bytes.

Properties

CieCoordinatesX

Gets or sets the coordinates x.

public long CieCoordinatesX { get; set; }

Property Value

long

The coordinates x.

CieCoordinatesY

Gets or sets the coordinates y.

public long CieCoordinatesY { get; set; }

Property Value

long

The coordinates y.

CieCoordinatesZ

Gets or sets the coordinates z.

public long CieCoordinatesZ { get; set; }

Property Value

long

The coordinates z.