(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/graphics.h>
void FreeColorMap (colormap)
LOCATION
In GfxBase at offset 96
SYNOPSIS
struct ColorMap * colormap
FUNCTION
Corretly frees a ColorMap structure and associated structures that have previously been allocated via GetColorMap().
INPUTS
colormap
pointer to the ColorMap strcuture previously allocated via GetColorMap().
RESULT
Memory returned to pool of free memory.
EXAMPLE
SEE ALSO
GetColorMap SetRGB4() graphics/view.h
NOTES
BUGS
INTERNALS
Also frees a possibly connected PaletteExtra and ViewPortExtra structure. Possibly wrong, though.
HISTORY