gimp_path_set_points << INDEX >> gimp_path_stroke_current

gimp_path_set_tattoo (1999)

NAME
gimp_path_set_tattoo - Sets the tattoo associated with the name path.
SYNOPSIS
gimp_path_set_tattoo (image,pathname,tattovalue)
DESCRIPTION
This procedure sets the tattoo associated with the specified path. A tattoo is a unique and permenant identifier attached to a path that can be used to uniquely identify a path within an image even between sessions. Note that the value passed to this function must have been obtained from a previous call to path_get_tattoo.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
IMAGEimageThe image
STRINGpathnamethe name of the path whose tattoo should be set
INT32tattovalueThe tattoo associated with the name path. Only values returned from 'path_get_tattoo' should be used here
SOME SYNTAX ALTERNATIVES
$image->path_set_tattoo (pathname,tattovalue)
AUTHOR
Andy Thomas
(c)1999 Andy Thomas


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