Skip to main content
A newer version of this page is available. .

PdfColor(PdfPattern, Double[]) Constructor

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

Namespace: DevExpress.Pdf

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

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