[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'agraphics' (#aros)

FreeColorMap

Free the ColorMap structure and return memory to free memory pool.

Declaration

Source position: agraphics.pas line 2150

procedure FreeColorMap(

  ColorMap: PColorMap

);

Arguments

ColorMap

  

A pointer to ColorMap allocated with GetColorMap(). Passing a nil pointer (meaning "do nothing") is acceptable.

Description

Return the memory to the free memory pool that was allocated with GetColorMap().

See also

SetRGB4

  

Set one color register for this viewport.

GetColorMap

  

Allocate and initialize Colormap


Documentation generated on: 2017-01-10