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; }
Public Property ColorComponents As Double()
Get
Set
public:
property array<double>^ ColorComponents {
array<double>^ get ();
void set (array<double>^ value);
}
member ColorComponents : float[] with 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