1mlib_ImageColorDitherFree(3mMeLdIiBa)Lib Library Funcmtliiobn_sImageColorDitherFree(3MLIB)
2
3
4

NAME

6       mlib_ImageColorDitherFree  -  release  the  internal data structure for
7       image dithering
8

SYNOPSIS

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

DESCRIPTION

17       The mlib_ImageColorDitherFree()  function  releases  an  internal  data
18       structure,  colormap,  which was created by mlib_ImageColorDitherInit()
19       and was used by one of the following functions for image dithering:
20
21         mlib_ImageColorErrorDiffusion3x3
22         mlib_ImageColorErrorDiffusionMxN
23         mlib_ImageColorOrderedDither8x8
24         mlib_ImageColorOrderedDitherMxN
25
26

PARAMETERS

28       The function takes the following arguments:
29
30       colormap    Internal data structure for image dithering.
31
32

RETURN VALUES

34       None.
35

ATTRIBUTES

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

SEE ALSO

51       mlib_ImageColorDitherInit(3MLIB),            mlib_ImageColorErrorDiffu‐
52       sion3x3(3MLIB), mlib_ImageColorErrorDiffusionMxN(3MLIB), mlib_ImageCol‐
53       orOrderedDither8x8(3MLIB),      mlib_ImageColorOrderedDitherMxN(3MLIB),
54       attributes(5)
55
56
57
58SunOS 5.11                        2 Mar 2007  mlib_ImageColorDitherFree(3MLIB)
Impressum