gimp_airbrush << INDEX >> gimp_blend

gimp_airbrush_default (1999)

NAME
gimp_airbrush_default - Paint in the current brush with varying pressure. Paint application is time-dependent.
SYNOPSIS
gimp_airbrush_default (drawable,num_strokes,strokes)
DESCRIPTION
This tool simulates the use of an airbrush. It is similar to gimp_airbrush except that the pressure is derived from the airbrush tools options box. It the option has not been set the default for the option will be used.
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->airbrush_default (strokes)
AUTHOR
Andy Thomas
(c)1999 Andy Thomas


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