Free the ColorMap structure and return memory to free memory pool.
Source position: agraphics.pas line 2389
procedure FreeColorMap( |
ColorMap: PColorMap |
); |
ColorMap |
|
A pointer to ColorMap allocated with GetColorMap(). Passing a nil pointer (meaning "do nothing") is acceptable. |
Return the memory to the free memory pool that was allocated with GetColorMap().
|
Set one color register for this viewport. |
|
|
Allocate and initialize Colormap |