1mlib_GraphicsBoundaryFill_8m(e3dMiLaILBi)b Library Fumnlcitbi_oGnrsaphicsBoundaryFill_8(3MLIB)
2
3
4

NAME

6       mlib_GraphicsBoundaryFill_8,  mlib_GraphicsBoundaryFill_32  -  boundary
7       fill
8

SYNOPSIS

10       cc [ flag... ] file... -lmlib [ library... ]
11       #include <mlib.h>
12
13       mlib_status mlib_GraphicsBoundaryFill_8(mlib_image *buffer, mlib_s16 x,
14            mlib_s16 y, mlib_s32 c, mlib_s32 c2);
15
16
17       mlib_status mlib_GraphicsBoundaryFill_32(mlib_image *buffer, mlib_s16 x,
18            mlib_s16 y, mlib_s32 c, mlib_s32 c2);
19
20

DESCRIPTION

22       Each of these functions performs boundary fill.
23

PARAMETERS

25       Each of the functions takes the following arguments:
26
27       buffer    Pointer to the image into which the function is drawing.
28
29
30       x         X coordinate of the starting point.
31
32
33       y         Y coordinate of the starting point.
34
35
36       c         Color used in the drawing.
37
38
39       c2        Color that defines the filling boundary.
40
41

RETURN VALUES

43       Each of the functions returns MLIB_SUCCESS if successful. Otherwise  it
44       returns MLIB_FAILURE.
45

ATTRIBUTES

47       See attributes(5) for descriptions of the following attributes:
48
49
50
51
52       ┌─────────────────────────────┬─────────────────────────────┐
53       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
54       ├─────────────────────────────┼─────────────────────────────┤
55       │Interface Stability          │Committed                    │
56       ├─────────────────────────────┼─────────────────────────────┤
57       │MT-Level                     │MT-Safe                      │
58       └─────────────────────────────┴─────────────────────────────┘
59

SEE ALSO

61       attributes(5)
62
63
64
65SunOS 5.11                        2 Mar 2007mlib_GraphicsBoundaryFill_8(3MLIB)
Impressum