gimp_airbrush_default << INDEX >> gimp_brightness_contrast

gimp_blend (1995-1996)

NAME
gimp_blend - Blend between the starting and ending coordinates with the specified blend mode and gradient type.
SYNOPSIS
gimp_blend (drawable,blend_mode,paint_mode,gradient_type,opacity,offset,repeat,supersample,max_depth,threshold,x1,y1,x2,y2)
DESCRIPTION
This tool requires information on the paint application mode, the blend mode, and the gradient type. It creates the specified variety of blend using the starting and ending coordinates as defined for each gradient type.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
DRAWABLEdrawableThe affected drawable
INT32blend_modeThe type of blend: { FG_BG_RGB (0), FG_BG_HSV (1), FG_TRANS (2), CUSTOM (3) }
INT32paint_modeThe paint application mode: { NORMAL_MODE (0), DISSOLVE_MODE (1), BEHIND_MODE (2), MULTIPLY_MODE (3), SCREEN_MODE (4), OVERLAY_MODE (5), DIFFERENCE_MODE (6), ADDITION_MODE (7), SUBTRACT_MODE (8), DARKEN_ONLY_MODE (9), LIGHTEN_ONLY_MODE (10), HUE_MODE (11), SATURATION_MODE (12), COLOR_MODE (13), VALUE_MODE (14), DIVIDE_MODE (15) }
INT32gradient_typeThe type of gradient: { LINEAR (0), BILINEAR (1), RADIAL (2), SQUARE (3), CONICAL_SYMMETRIC (4), CONICAL_ASYMMETRIC (5), SHAPEBURST_ANGULAR (6), SHAPEBURST_SPHERICAL (7), SHAPEBURST_DIMPLED (8), SPIRAL_CLOCKWISE (9), SPIRAL_ANTICLOCKWISE (10) }
FLOATopacityThe opacity of the final blend (0 <= opacity <= 100)
FLOAToffsetOffset relates to the starting and ending coordinates specified for the blend. This parameter is mode dependent (0 <= offset)
INT32repeatRepeat mode: { REPEAT_NONE (0), REPEAT_SAWTOOTH (1), REPEAT_TRIANGULAR (2) }
INT32supersampleDo adaptive supersampling (TRUE or FALSE)
INT32max_depthMaximum recursion levels for supersampling
FLOATthresholdSupersampling threshold
FLOATx1The x coordinate of this blend's starting point
FLOATy1The y coordinate of this blend's starting point
FLOATx2The x coordinate of this blend's ending point
FLOATy2The y coordinate of this blend's ending point
SOME SYNTAX ALTERNATIVES
$drawable->blend (blend_mode,paint_mode,gradient_type,opacity,offset,repeat,supersample,max_depth,threshold,x1,y1,x2,y2)
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>