 | PdfiumFFPDFBitmap_SetPaletteEntry Method |
Set given color to a certain position in the color palette of the bitmap.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FFPDFBitmap_SetPaletteEntry(
IntPtr bitmap,
int index,
int color
)
Public Shared Sub FFPDFBitmap_SetPaletteEntry (
bitmap As IntPtr,
index As Integer,
color As Integer
)
public:
static void FFPDFBitmap_SetPaletteEntry(
IntPtr bitmap,
int index,
int color
)
static member FFPDFBitmap_SetPaletteEntry :
bitmap : IntPtr *
index : int *
color : int -> unit
public static void FFPDFBitmap_SetPaletteEntry(
IntPtr bitmap,
int index,
int color
)
Patagames.Pdf.Pdfium.FFPDFBitmap_SetPaletteEntry = function(bitmap, index, 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