Skip to main content

PdfColor(PdfPattern, Double[]) Constructor

Initializes a new instance of the PdfColor class with the specified settings.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfColor(
    PdfPattern pattern,
    params double[] components
)

Parameters

Name Type Description
pattern PdfPattern

A PdfPattern object that is the color pattern.

components Double[]

An array of double values that represent the color components.

See Also