Docs » Autodocs » graphics.library » FreeColorMap
FreeColorMap -- Free the ColorMap structure and return memory to free memory pool.
FreeColorMap( colormap ) a0 void FreeColorMap(struct ColorMap *);
Return the memory to the free memory pool that was allocated with GetColorMap.
colormap - pointer to ColorMap allocated with GetColorMap. Passing a NULL pointer (meaning "do nothing") is acceptable (V39).
The space is made available for others to use.
SetRGB4(), GetColorMap(), <graphics/view.h>
|