Gets or sets the color components.
Namespace: Spire.Pdf.ColorSpaceAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
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
array<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.