gimp_image_get_guide_position << INDEX >> gimp_image_get_layers

gimp_image_get_layer_by_tattoo (1998)

NAME
gimp_image_get_layer_by_tattoo - Find a layer with a given tattoo in an image.
SYNOPSIS
layer = gimp_image_get_layer_by_tattoo (image,tattoo)
DESCRIPTION
This procedure returns the layer with the given tattoo in the specified image.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
IMAGEimageThe image
INT32tattooThe tattoo of the layer to find
RETURN VALUES
TYPENAMEDESCRIPTION
LAYERlayerThe layer with the specified tattoo
SOME SYNTAX ALTERNATIVES
layer = $image->get_layer_by_tattoo (tattoo)
AUTHOR
Jay Cox
(c)1998 Jay Cox


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