Struct WmfCieXyz
- Namespace
- Aspose.Imaging.FileFormats.Wmf.Objects
- Assembly
- Aspose.Imaging.dll
The CIEXYZ Object defines information about the CIEXYZ chromaticity object.
public struct WmfCieXyz
- Inherited Members
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
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
CiexyzZ
Gets or sets a 32-bit 2.30 fixed point type that defines the z chromaticity value.
public int CiexyzZ { get; set; }