Gets or sets the white point.

Namespace: Spire.Pdf.ColorSpace
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public double[] WhitePoint { get; set; }
Public Property WhitePoint As Double()
	Get
	Set
public:
property array<double>^ WhitePoint {
	array<double>^ get ();
	void set (array<double>^ value);
}
member WhitePoint : float[] with get, set

Property Value

array<Double>[]()[][]
An array of three numbers [XW YW ZW] specifying the tristimulus value, in the CIE 1931 XYZ space, of the diffuse white point. The numbers XW and ZW must be positive, and YW must be equal to 1.0.

See Also