Content-type: text/html Man page of mlib_GraphicsBoundaryFill_8

mlib_GraphicsBoundaryFill_8

Section: mediaLib Library Functions (3MLIB)
Updated: 2 Mar 2007
Index Return to Main Contents
 

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 TYPEATTRIBUTE VALUE

Interface StabilityCommitted

MT-Level

 

SEE ALSO

attributes(5)


 

Index

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS
RETURN VALUES
ATTRIBUTES
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 02:38:18 GMT, October 02, 2010