Click or drag to resize

PdfiumFFPDFBitmap_GetPaletteEntry Method

Returns the color in the color palette for a certain position.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static int FFPDFBitmap_GetPaletteEntry(
	IntPtr bitmap,
	int index
)

Parameters

bitmap  IntPtr
A handle to the device independent bitmap.
index  Int32
An index of the color in the color palette.

Return Value

Int32
The color in 8888 ARGB format.
See Also