gimp_dodgeburn << INDEX >> gimp_drawable_bytes

gimp_dodgeburn_default (1995-1996)

NAME
gimp_dodgeburn_default - Dodgeburn image with varying exposure. This is the same as the gimp_dodgeburn function except that the exposure, type and mode are taken from the tools option dialog. If the dialog has not been activated then the defaults as used by the dialog will be used.
SYNOPSIS
gimp_dodgeburn_default (drawable,num_strokes,strokes)
DESCRIPTION
Dodgebure. More details here later.
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->dodgeburn_default (strokes)
AUTHOR
Spencer Kimball & Peter Mattis
(c)1995-1996 Spencer Kimball & Peter Mattis


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