gimp_layer_create_mask << INDEX >>
gimp_layer_get_apply_mask
gimp_layer_delete (1995-1996)
- NAME
- gimp_layer_delete - Delete a layer.
- SYNOPSIS
- gimp_layer_delete (layer)
- DESCRIPTION
- This procedure deletes the specified layer. This must not be done if the gimage containing this layer was already deleted or if the layer was already removed from the image. The only case in which this procedure is useful is if you want to get rid of a layer which has not yet been added to an image.
- INPUT ARGUMENTS
| TYPE | NAME | DESCRIPTION
|
|---|
| LAYER | layer | The layer to delete |
- SOME SYNTAX ALTERNATIVES
- $layer->delete
- 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>