gimp_channel_ops_duplicate << INDEX >> gimp_channel_set_color

gimp_channel_ops_offset (1997)

NAME
gimp_channel_ops_offset - Offset the drawable by the specified amounts in the X and Y directions
SYNOPSIS
gimp_channel_ops_offset (drawable,wrap_around,fill_type,offset_x,offset_y)
DESCRIPTION
This procedure offsets the specified drawable by the amounts specified by 'offset_x' and 'offset_y'. If 'wrap_around' is set to TRUE, then portions of the drawable which are offset out of bounds are wrapped around. Alternatively, the undefined regions of the drawable can be filled with transparency or the background color, as specified by the 'fill_type' parameter.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
DRAWABLEdrawableThe drawable to offset
INT32wrap_aroundwrap image around or fill vacated regions
INT32fill_typefill vacated regions of drawable with background or transparent: OFFSET_BACKGROUND (0) or OFFSET_TRANSPARENT (1)
INT32offset_xoffset by this amount in X direction
INT32offset_yoffset by this amount in Y direction
SOME SYNTAX ALTERNATIVES
$drawable->ops_offset (wrap_around,fill_type,offset_x,offset_y)
AUTHOR
Spencer Kimball & Peter Mattis
(c)1997 Spencer Kimball & Peter Mattis


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