Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 623 Bytes

FreeColorMap.md

File metadata and controls

34 lines (20 loc) · 623 Bytes

NAME

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

SYNOPSIS

    FreeColorMap( colormap )
                   a0

    void FreeColorMap(struct ColorMap *);

Links: ColorMap

FUNCTION

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

INPUTS

colormap - pointer to ColorMap allocated with GetColorMap

RESULT The space is made available for others to use.

BUGS

SEE ALSO

SetRGB4 GetColorMap graphics/view.h