Home  /  Autodocs  /  graphics.library

NAME

ReleasePen
Release an allocated palette entry to the free pool. (V39)

SYNOPSIS

ReleasePen( cm, n)
a0 d0

void ReleasePen( Struct ColorMap *, ULONG);

FUNCTION

Return the palette entry for use by other applications. If the reference count for this palette entry goes to zero, then it may be reset to another RGB value.

INPUTS

cm
A pointer to a color map created by GetColorMap().

n
A palette index obtained via any of the palette allocation functions. Passing a -1 will result in this call doing nothing.

NOTES

This function works for both shared and exclusive palette entries.

SEE ALSO

GetColorMap() ObtainPen() ObtainBestPenA()