Click or drag to resize

PdfICCColor ColorComponents Property

Gets or sets the color components.

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

Property Value

Type: Double
An array of values that describe the color in the ICC colorspace.
Remarks
The length of this array must match the value of ColorComponents property on the underlying ICC colorspace.
See Also