Class WmfCieXyzTriple
Class WmfCieXyzTriple
Namespace: Aspose.Imaging.FileFormats.Wmf.Objects
Assembly: Aspose.Imaging.dll (25.2.0)
The CIEXYZTriple Object defines information about the CIEXYZTriple color object.
public class WmfCieXyzTriple
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
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; }