gimp-blend


Description

This procedure is deprecated! Use 'gimp-edit-blend' instead.

Help

This procedure is deprecated! Use 'gimp-edit-blend' instead.


Type

unknown

Parameters

Type Name Description
PF_DRAWABLE drawable The affected drawable
PF_INT blend-mode The type of blend { BLEND-FG-BG-RGB (0), BLEND-FG-BG-HSV (1), BLEND-FG-TRANSPARENT (2), BLEND-CUSTOM (3) }
PF_INT paint-mode The 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), DODGE-MODE (16), BURN-MODE (17), HARDLIGHT-MODE (18), SOFTLIGHT-MODE (19), GRAIN-EXTRACT-MODE (20), GRAIN-MERGE-MODE (21), COLOR-ERASE-MODE (22), NEW-OVERLAY-MODE (23), LCH-HUE-MODE (24), LCH-CHROMA-MODE (25), LCH-COLOR-MODE (26), LCH-LIGHTNESS-MODE (27), ERASE-MODE (1000), REPLACE-MODE (1001), ANTI-ERASE-MODE (1002) }
PF_INT gradient-type The type of gradient { GRADIENT-LINEAR (0), GRADIENT-BILINEAR (1), GRADIENT-RADIAL (2), GRADIENT-SQUARE (3), GRADIENT-CONICAL-SYMMETRIC (4), GRADIENT-CONICAL-ASYMMETRIC (5), GRADIENT-SHAPEBURST-ANGULAR (6), GRADIENT-SHAPEBURST-SPHERICAL (7), GRADIENT-SHAPEBURST-DIMPLED (8), GRADIENT-SPIRAL-CLOCKWISE (9), GRADIENT-SPIRAL-ANTICLOCKWISE (10) }
PF_FLOAT opacity The opacity of the final blend (0 <= opacity <= 100)
PF_FLOAT offset Offset relates to the starting and ending coordinates specified for the blend. This parameter is mode dependent. (offset >= 0)
PF_INT repeat Repeat mode { REPEAT-NONE (0), REPEAT-SAWTOOTH (1), REPEAT-TRIANGULAR (2), REPEAT-TRUNCATE (3) }
PF_INT reverse Use the reverse gradient (TRUE or FALSE)
PF_INT supersample Do adaptive supersampling (TRUE or FALSE)
PF_INT max-depth Maximum recursion levels for supersampling (1 <= max-depth <= 9)
PF_FLOAT threshold Supersampling threshold (0 <= threshold <= 4)
PF_INT dither Use dithering to reduce banding (TRUE or FALSE)
PF_FLOAT x1 The x coordinate of this blend's starting point
PF_FLOAT y1 The y coordinate of this blend's starting point
PF_FLOAT x2 The x coordinate of this blend's ending point
PF_FLOAT y2 The y coordinate of this blend's ending point

Return

None