'\" te .\" Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved .TH mlib_GraphicsBoundaryFill_8 3MLIB "2 Mar 2007" "SunOS 5.11" "mediaLib Library Functions" .SH NAME mlib_GraphicsBoundaryFill_8, mlib_GraphicsBoundaryFill_32 \- boundary fill .SH SYNOPSIS .LP .nf cc [ \fIflag\fR... ] \fIfile\fR... \fB-lmlib\fR [ \fIlibrary\fR... ] #include \fBmlib_status\fR \fBmlib_GraphicsBoundaryFill_8\fR(\fBmlib_image *\fR\fIbuffer\fR, \fBmlib_s16\fR \fIx\fR, \fBmlib_s16\fR \fIy\fR, \fBmlib_s32\fR \fIc\fR, \fBmlib_s32\fR \fIc2\fR); .fi .LP .nf \fBmlib_status\fR \fBmlib_GraphicsBoundaryFill_32\fR(\fBmlib_image *\fR\fIbuffer\fR, \fBmlib_s16\fR \fIx\fR, \fBmlib_s16\fR \fIy\fR, \fBmlib_s32\fR \fIc\fR, \fBmlib_s32\fR \fIc2\fR); .fi .SH DESCRIPTION .sp .LP Each of these functions performs boundary fill. .SH PARAMETERS .sp .LP Each of the functions takes the following arguments: .sp .ne 2 .mk .na \fB\fIbuffer\fR\fR .ad .RS 10n .rt Pointer to the image into which the function is drawing. .RE .sp .ne 2 .mk .na \fB\fIx\fR\fR .ad .RS 10n .rt X coordinate of the starting point. .RE .sp .ne 2 .mk .na \fB\fIy\fR\fR .ad .RS 10n .rt Y coordinate of the starting point. .RE .sp .ne 2 .mk .na \fB\fIc\fR\fR .ad .RS 10n .rt Color used in the drawing. .RE .sp .ne 2 .mk .na \fB\fIc2\fR\fR .ad .RS 10n .rt Color that defines the filling boundary. .RE .SH RETURN VALUES .sp .LP Each of the functions returns \fBMLIB_SUCCESS\fR if successful. Otherwise it returns \fBMLIB_FAILURE\fR. .SH ATTRIBUTES .sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp .sp .TS tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) . ATTRIBUTE TYPEATTRIBUTE VALUE _ Interface StabilityCommitted _ MT-LevelMT-Safe .TE .SH SEE ALSO .sp .LP \fBattributes\fR(5)