Go to main content

man pages section 3: Multimedia Library Functions

Exit Print View

Updated: July 2017
 
 

mlib_GraphicsBoundaryFill_32 (3MLIB)

Name

mlib_GraphicsBoundaryFill_8, mlib_GraphicsBoundaryFill_32 - boundary fill

Synopsis

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

mlib_status mlib_GraphicsBoundaryFill_8(mlib_image *buffer, mlib_s16 x,
     mlib_s16 y, mlib_s32 c, mlib_s32 c2);
mlib_status mlib_GraphicsBoundaryFill_32(mlib_image *buffer, mlib_s16 x,
     mlib_s16 y, mlib_s32 c, mlib_s32 c2);

Description

Each of these functions performs boundary fill.

Parameters

Each of the functions takes the following arguments:

buffer

Pointer to the image into which the function is drawing.

x

X coordinate of the starting point.

y

Y coordinate of the starting point.

c

Color used in the drawing.

c2

Color that defines the filling boundary.

Return Values

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

Attributes

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Interface Stability
Committed
MT-Level
MT-Safe

See Also

attributes(5)