gimp_image_raise_channel << INDEX >>
gimp_image_raise_layer_to_top
gimp_image_raise_layer (1995-1996)
- NAME
- gimp_image_raise_layer - Raise the specified layer in the image's layer stack
- SYNOPSIS
- gimp_image_raise_layer (image,layer)
- DESCRIPTION
- This procedure raises the specified layer one step in the existing layer stack. It will not move the layer if there is no layer above it, or the layer has no alpha channel.
- INPUT ARGUMENTS
| TYPE | NAME | DESCRIPTION
|
|---|
| IMAGE | image | The image |
| LAYER | layer | The layer to raise |
- SOME SYNTAX ALTERNATIVES
- $image->raise_layer (layer)
- 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>