Free the ColorMap structure and return memory to free memory pool.
Source position: agraphics.pas line 2309
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 |