Struct WmfCieXyz

Struct WmfCieXyz

Namespace: Aspose.Imaging.FileFormats.Wmf.Objects
Assembly: Aspose.Imaging.dll (25.2.0)

The CIEXYZ Object defines information about the CIEXYZ chromaticity object.

public struct WmfCieXyz

Inherited Members

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

CiexyzX

Gets or sets a 32-bit 2.30 fixed point type that defines the x chromaticity value.

public int CiexyzX { get; set; }

Property Value

int

CiexyzY

Gets or sets a 32-bit 2.30 fixed point type that defines the y chromaticity value.

public int CiexyzY { get; set; }

Property Value

int

CiexyzZ

Gets or sets a 32-bit 2.30 fixed point type that defines the z chromaticity value.

public int CiexyzZ { get; set; }

Property Value

int