Click or drag to resize

PdfiumFFPDFBitmap_SetPaletteArgb Method

Note: This API is now obsolete.

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
[ObsoleteAttribute("This method is obsolete and will be removed in a future release of the Pdfium .Net SDK. Please use FFPDFBitmap_SetPaletteEntry instead.", 
	false)]
public static void FFPDFBitmap_SetPaletteArgb(
	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.
Remarks
This method is obsolete and will be removed in a future release of the Pdfium .Net SDK. Please use FFPDFBitmap_SetPaletteEntry(IntPtr, Int32, Int32) instead."
See Also