 | PdfiumFFPDFBitmap_GetPaletteEntry Method |
Returns the color in the color palette for a certain position.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static int FFPDFBitmap_GetPaletteEntry(
IntPtr bitmap,
int index
)
Public Shared Function FFPDFBitmap_GetPaletteEntry (
bitmap As IntPtr,
index As Integer
) As Integer
public:
static int FFPDFBitmap_GetPaletteEntry(
IntPtr bitmap,
int index
)
static member FFPDFBitmap_GetPaletteEntry :
bitmap : IntPtr *
index : int -> int
public static int FFPDFBitmap_GetPaletteEntry(
IntPtr bitmap,
int index
)
Patagames.Pdf.Pdfium.FFPDFBitmap_GetPaletteEntry = function(bitmap, index);
Parameters
- bitmap IntPtr
- A handle to the device independent bitmap.
- index Int32
- An index of the color in the color palette.
Return Value
Int32The color in 8888 ARGB format.
See Also