InvertDIBPalette

#include "BIDIB.H"

HANDLE CALLBACK InvertDIBPalette(HANDLE hDIB)

Description

This function inverts the palette of a device independent bitmap (DIB). It will not invert a 24 bit DIB.

Parameters

HANDLE

hDIB

Handle to the DIB to be converted.

Return values

Handle of the DIB. NULL on error.

Requirements

Header :     Declared in BiDIB.h; include BiDIB.h.

Library :    Use BiDIB.lib.

DLLs :       BiDIB.dll.