Click or drag to resize

PdfiumFFPDFBitmap_SetPaletteEntry Method

Set given color to a certain position in the color palette of the bitmap.

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

Parameters

bitmap  IntPtr
A handle to the device independent bitmap.
index  Int32
An index of the color in the color palette.
color  Int32
A color to be set in 8888 ARGB format.
See Also