gimp_displays_flush << INDEX >> gimp_dodgeburn_default

gimp_dodgeburn (1999)

NAME
gimp_dodgeburn - Dodgeburn image with varying exposure.
SYNOPSIS
gimp_dodgeburn (drawable,exposure,dodgeburn_type,dodgeburn_mode,num_strokes,strokes)
DESCRIPTION
Dodgebure. More details here later.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
DRAWABLEdrawableThe affected drawable
FLOATexposureThe exposer of the strokes (0 <= exposure <= 100)
INT32dodgeburn_typeThe type either dodge or burn: { DODGE (0), BURN (1) }
INT32dodgeburn_modeThe mode: { DODGEBURN_HIGHLIGHTS (0), DODGEBURN_MIDTONES (1), DODGEBURN_SHADOWS (2) }
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 (exposure,dodgeburn_type,dodgeburn_mode,strokes)
AUTHOR
Andy Thomas
(c)1999 Andy Thomas


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