Click or drag to resize

PdfiumFFPDFBitmap_CopyPalette Method

Copy the specified color palette to the bitmap.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FFPDFBitmap_CopyPalette(
	IntPtr bitmap,
	int[] palette
)

Parameters

bitmap  IntPtr
A handle to the device independent bitmap.
palette  Int32
An array representing the color palette to be set to the bitmap.
Remarks

Applies only to bitmaps whose color depth is less than or equal to 8 bits per pixel.

Parameter palette can be null.

See Also