mediaLib Library Functions mlibImageColorDitherFree(3MLIB)
NAME
mlibImageColorDitherFree - release the internal data struc-
ture for image dithering
SYNOPSIS
cc [ flag... ] file... -lmlib [ library... ]
#include
void mlibImageColorDitherFree(void *colormap);
DESCRIPTION
The mlibImageColorDitherFree() function releases an inter-
nal data structure, colormap, which was created by
mlibImageColorDitherInit() and was used by one of the fol-
lowing functions for image dithering:
mlibImageColorErrorDiffusion3x3
mlibImageColorErrorDiffusionMxN
mlibImageColorOrderedDither8x8
mlibImageColorOrderedDitherMxN
PARAMETERS
The function takes the following arguments:
colormap Internal data structure for image dithering.
RETURN VALUES
None.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Committed
MT-Level MT-Safe
SEE ALSO
mlibImageColorDitherInit(3MLIB),
mlibImageColorErrorDiffusion3x3(3MLIB),
mlibImageColorErrorDiffusionMxN(3MLIB),
mlibImageColorOrderedDither8x8(3MLIB),
SunOS 5.11 Last change: 2 Mar 2007 1
mediaLib Library Functions mlibImageColorDitherFree(3MLIB)
mlibImageColorOrderedDitherMxN(3MLIB), attributes(5)
SunOS 5.11 Last change: 2 Mar 2007 2
|