This procedure fills the specified drawable with the fill mode. If the fill mode is foreground, the current foreground color is used. If the fill mode is background, the current background color is used. Other fill modes should not be used. This procedure only affects regions within a selection if there is a selection active.
INPUT ARGUMENTS
TYPE
NAME
DESCRIPTION
DRAWABLE
drawable
The drawable to fill to
INT32
fill_type
The type of fill: FG_IMAGE_FILL (0), BG_IMAGE_FILL (1), WHITE_IMAGE_FILL (2), TRANS_IMAGE_FILL (3), NO_IMAGE_FILL (4)
SOME SYNTAX ALTERNATIVES
$drawable->edit_fill (fill_type)
AUTHOR
Spencer Kimball & Peter Mattis & Raphael Quinet (c)1995-2000 Spencer Kimball & Peter Mattis