gimp_edit_cut << INDEX >> gimp_edit_paste

gimp_edit_fill (1995-2000)

NAME
gimp_edit_fill - Fill selected area of drawable.
SYNOPSIS
gimp_edit_fill (drawable,fill_type)
DESCRIPTION
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
TYPENAMEDESCRIPTION
DRAWABLEdrawableThe drawable to fill to
INT32fill_typeThe 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


This page was created by gimpdoc, written by Marc Lehmann <pcg@goof.com>