gimp_layer_set_name << INDEX >>
gimp_layer_set_opacity
gimp_layer_set_offsets (1995-1996)
- NAME
- gimp_layer_set_offsets - Set the layer offsets.
- SYNOPSIS
- gimp_layer_set_offsets (layer,offx,offy)
- DESCRIPTION
- This procedure sets the offsets for the specified layer. The offsets are relative to the image origin and can be any values. This operation is valid only on layers which have been added to an image.
- INPUT ARGUMENTS
| TYPE | NAME | DESCRIPTION
|
|---|
| LAYER | layer | The layer |
| INT32 | offx | Offset in x direction |
| INT32 | offy | Offset in y direction |
- SOME SYNTAX ALTERNATIVES
- $layer->set_offsets (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>