Class WmfCieXyzTriple
- Namespace
- Aspose.Imaging.FileFormats.Wmf.Objects
- Assembly
- Aspose.Imaging.dll
The CIEXYZTriple Object defines information about the CIEXYZTriple color object.
public class WmfCieXyzTriple
- Inheritance
-
WmfCieXyzTriple
- Inherited Members
Constructors
WmfCieXyzTriple()
public WmfCieXyzTriple()
Properties
CiexyzBlue
Gets or sets a 96-bit CIEXYZ Object that defines the blue chromaticity values.
public WmfCieXyz CiexyzBlue { get; set; }
Property Value
CiexyzGreen
Gets or sets a 96-bit CIEXYZ Object that defines the green chromaticity values.
public WmfCieXyz CiexyzGreen { get; set; }
Property Value
CiexyzRed
Gets or sets a 96-bit CIEXYZ Object that defines the red chromaticity values.
public WmfCieXyz CiexyzRed { get; set; }