Click or drag to resize

PdfRGBColor Constructor (Single, Single, Single, Single)

Initializes a new instance of theclass.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfRGBColor(
	float cyan,
	float magenta,
	float yellow,
	float black
)

Parameters

cyan
Type: System Single
Cyan channel value.
magenta
Type: System Single
Magenta channel value.
yellow
Type: System Single
Yellow channel value.
black
Type: System Single
Black channel value.
See Also