man pages section 3: Multimedia Library Functions

Exit Print View

Updated: July 2014
 
 

mlib_ImageColorTrue2IndexFree (3MLIB)

Name

mlib_ImageColorTrue2IndexFree - releases the internal data structure for true color to indexed color conversion

Synopsis

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

void mlib_ImageColorTrue2IndexFree(void *colormap);

Description

The mlib_ImageColorTrue2IndexFree() function releases the internal data structure, colormap, which was created by mlib_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 mapping.

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_ImageColorErrorDiffusion3x3(3MLIB), mlib_ImageColorOrderedDither8x8(3MLIB), mlib_ImageColorTrue2Index(3MLIB), mlib_ImageColorTrue2IndexInit(3MLIB), attributes(5)