gimp-edit-fill

Spencer Kimball & Peter Mattis & Raphael Quinet

Description

Fill selected area of drawable.

Help

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'.


Type

unknown

Parameters

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) }

Return

None