1mlib_ImageColorTrue2IndexFrmeeed(i3aMLLiIbB)LibrarymFluinbc_tIimoangseColorTrue2IndexFree(3MLIB)
2
3
4

NAME

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

SYNOPSIS

10       cc [ flag... ] file... -lmlib [ library... ]
11       #include <mlib.h>
12
13       void mlib_ImageColorTrue2IndexFree(void *colormap);
14
15

DESCRIPTION

17       The mlib_ImageColorTrue2IndexFree() function releases the internal data
18       structure,  colormap,  which  was created by mlib_ImageColorTrue2Index‐
19       Init() and was used by one of the following functions:
20
21         mlib_ImageColorTrue2Index
22         mlib_ImageColorErrorDiffusion3x3
23         mlib_ImageColorOrderedDither8x8
24
25

PARAMETERS

27       The function takes the following arguments:
28
29       colormap    Internal data structure for inverse color mapping.
30
31

RETURN VALUES

33       None.
34

ATTRIBUTES

36       See attributes(5) for descriptions of the following attributes:
37
38
39
40
41       ┌─────────────────────────────┬─────────────────────────────┐
42       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
43       ├─────────────────────────────┼─────────────────────────────┤
44       │Interface Stability          │Committed                    │
45       ├─────────────────────────────┼─────────────────────────────┤
46       │MT-Level                     │MT-Safe                      │
47       └─────────────────────────────┴─────────────────────────────┘
48

SEE ALSO

50       mlib_ImageColorErrorDiffusion3x3(3MLIB),        mlib_ImageColorOrdered‐
51       Dither8x8(3MLIB),    mlib_ImageColorTrue2Index(3MLIB),   mlib_ImageCol‐
52       orTrue2IndexInit(3MLIB), attributes(5)
53
54
55
56SunOS 5.11                        2 Mar 200m7lib_ImageColorTrue2IndexFree(3MLIB)
Impressum