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

PdfColor(Double[]) Constructor

Initializes a new instance of the PdfColor class with the specified color components.

Namespace: DevExpress.Pdf

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

Declaration

public PdfColor(
    params double[] components
)

Parameters

Name Type Description
components Double[]

An array of double values representing the components in the color space in which the color is defined.

See Also