Click or drag to resize

PdfCalGrayColorSpace BlackPoint Property

Gets or sets the black point.

Namespace: Spire.Pdf.ColorSpace
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public double[] BlackPoint { get; set; }

Property Value

Type: Double
An array of three numbers [XB YB ZB] specifying the tristimulus value, in the CIE 1931 XYZ space, of the diffuse black point. Default value: [ 0.0 0.0 0.0 ].
See Also