gimp_selection_feather << INDEX >> gimp_selection_grow

gimp_selection_float (1995-1996)

NAME
gimp_selection_float - Float the selection from the specified drawable with initial offsets as specified.
SYNOPSIS
layer = gimp_selection_float (drawable,offx,offy)
DESCRIPTION
This procedure determines the region of the specified drawable that lies beneath the current selection. The region is then cut from the drawable and the resulting data is made into a new layer which is instantiated as a floating selection. The offsets allow initial positioning of the new floating selection.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
DRAWABLEdrawableThe drawable from which to float selection
INT32offxx offset for translation
INT32offyy offset for translation
RETURN VALUES
TYPENAMEDESCRIPTION
LAYERlayerThe floated layer
SOME SYNTAX ALTERNATIVES
layer = $drawable->selection_float (offx,offy)
AUTHOR
Spencer Kimball & Peter Mattis
(c)1995-1996 Spencer Kimball & Peter Mattis


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