mediaLib Library Functions mlib_ImageColorDitherFree(3MLIB)
NAME
mlib_ImageColorDitherFree - release the internal data struc-
ture for image ditheringSYNOPSIS
cc [ flag... ] file... -lmlib [ library... ]
#include
void mlib_ImageColorDitherFree(void *colormap);
DESCRIPTION
The mlib_ImageColorDitherFree() function releases an inter-
nal data structure, colormap, which was created bymlib_ImageColorDitherInit() and was used by one of the fol-
lowing functions for image dithering:mlib_ImageColorErrorDiffusion3x3
mlib_ImageColorErrorDiffusionMxN
mlib_ImageColorOrderedDither8x8
mlib_ImageColorOrderedDitherMxN
PARAMETERS
The function takes the following arguments: colormap Internal data structure for image dithering.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_ImageColorDitherInit(3MLIB),
mlib_ImageColorErrorDiffusion3x3(3MLIB),
mlib_ImageColorErrorDiffusionMxN(3MLIB),
mlib_ImageColorOrderedDither8x8(3MLIB),
SunOS 5.11 Last change: 2 Mar 2007 1
mediaLib Library Functions mlib_ImageColorDitherFree(3MLIB)
mlib_ImageColorOrderedDitherMxN(3MLIB), attributes(5)
SunOS 5.11 Last change: 2 Mar 2007 2