gimp_smudge << INDEX >> gimp_temp_PDB_name

gimp_smudge_default (1999)

NAME
gimp_smudge_default - Smudge image with varying pressure.
SYNOPSIS
gimp_smudge_default (drawable,num_strokes,strokes)
DESCRIPTION
This tool simulates a smudge using the current brush. It behaves exactly the same as gimp_smudge except that the pressure value is taken from the smudge tool options or the options default if the tools option dialog has not been activated.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
DRAWABLEdrawableThe affected drawable
INT32num_strokesNumber of stroke control points (count each coordinate as 2 points)
FLOATARRAYstrokesArray of stroke coordinates: { s1.x, s1.y, s2.x, s2.y, ..., sn.x, sn.y }
SOME SYNTAX ALTERNATIVES
$drawable->smudge_default (strokes)
AUTHOR
Andy Thomas
(c)1999 Andy Thomas


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