1995-2000
Spencer Kimball & Peter Mattis
Fill selected area of drawable.
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. If you want to fill the whole drawable, regardless of the selection, use 'gimp-drawable-fill'.
unknown
Type | Name | Description |
---|---|---|
PF_DRAWABLE | drawable | The drawable to fill to |
PF_INT | fill-type | The type of fill { FILL-FOREGROUND (0), FILL-BACKGROUND (1), FILL-WHITE (2), FILL-TRANSPARENT (3), FILL-PATTERN (4) } |
None