man pages section 3: Multimedia Library Functions

Exit Print View

Updated: July 2014
 
 

mlib_ImageColorDitherFree (3MLIB)

Name

mlib_ImageColorDitherFree - release the internal data structure for image dithering

Synopsis

cc [ flag... ] file... –lmlib [ library... ]
#include <mlib.h>

void mlib_ImageColorDitherFree(void *colormap);

Description

The mlib_ImageColorDitherFree() function releases an internal data structure, colormap, which was created by mlib_ImageColorDitherInit() and was used by one of the following 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 attributes:

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), mlib_ImageColorOrderedDitherMxN(3MLIB), attributes(5)