Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfColor(Double[]) Constructor

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.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