#include “BIDIB.H"
UINT CALLBACK PaletteSize(LPSTR lpbi)
Description
The PaletteSize function returns the color of a pixel from a device independent bitmap (DIB).
Parameters
|
LPSTR |
lpbi |
Pointer to DIB header. |
Return values
Number of bytes in the DIB’s color table.
Requirements
Header : Declared in BiDIB.h; include BiDIB.h.
Library : Use BiDIB.lib.
DLLs : BiDIB.dll.
Code example
None.