Skip to main content

PdfColor.Components Property

Provides access to an array of numbers in the range from 0.0 to 1.0, representing the components in the color space in which the color is defined.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public double[] Components { get; }

Property Value

Type Description
Double[]

An array of double numbers in the range from 0.0 to 1.0, representing the components in the color space.

See Also