mediaLib Library Functions mlib_ImageColorTrue2IndexFree(3MLIB)
NAME
mlib_ImageColorTrue2IndexFree - releases the internal data
structure for true color to indexed color conversionSYNOPSIS
cc [ flag... ] file... -lmlib [ library... ]
#include
void mlib_ImageColorTrue2IndexFree(void *colormap);
DESCRIPTION
The mlib_ImageColorTrue2IndexFree() function releases the
internal data structure, colormap, which was created bymlib_ImageColorTrue2IndexInit() and was used by one of the
following functions:mlib_ImageColorTrue2Index
mlib_ImageColorErrorDiffusion3x3
mlib_ImageColorOrderedDither8x8
PARAMETERS
The function takes the following arguments:colormap Internal data structure for inverse color map-
ping.RETURN VALUES
None.ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Interface Stability | Committed ||_____________________________|_____________________________|
| MT-Level | MT-Safe |
|_____________________________|_____________________________|
SEE ALSO
mlib_ImageColorErrorDiffusion3x3(3MLIB),
mlib_ImageColorOrderedDither8x8(3MLIB),
mlib_ImageColorTrue2Index(3MLIB),
mlib_ImageColorTrue2IndexInit(3MLIB), attributes(5)
SunOS 5.11 Last change: 2 Mar 2007 1