Click or drag to resize

PdfiumFPDFShadingPattern_GetBackground Method

Get the background color of a shading.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static float[] FPDFShadingPattern_GetBackground(
	IntPtr shadding_pattern
)

Parameters

shadding_pattern  IntPtr
The handle to the shading pattern.

Return Value

Single
Background color of a shading in argb format (0xffrrggbb)
Remarks
Alpha channel is ignored.
See Also