gimp_layer_get_show_mask << INDEX >>
gimp_layer_get_visible
gimp_layer_get_tattoo (1998)
- NAME
- gimp_layer_get_tattoo - Get the tattoo of the specified layer.
- SYNOPSIS
- tattoo = gimp_layer_get_tattoo (layer)
- DESCRIPTION
- This procedure returns the specified layer's tattoo. A tattoo is a unique and permanent identifier attached to a layer that can be used to uniquely identify a layer within an image even between sessions
- INPUT ARGUMENTS
| TYPE | NAME | DESCRIPTION
|
|---|
| LAYER | layer | The layer |
- RETURN VALUES
| TYPE | NAME | DESCRIPTION
|
|---|
| INT32 | tattoo | The layer tattoo |
- SOME SYNTAX ALTERNATIVES
- tattoo = $layer->get_tattoo
- AUTHOR
- Jay Cox
(c)1998 Jay Cox
This page was created by gimpdoc, written by Marc Lehmann <pcg@goof.com>