gimp-gradient-segment-range-set-blending-function

Shlomi Fish <shlomif@iglu.org.il>

Description

Change the blending function of a segments range

Help

This function changes the blending function of a segment range to the specified blending function.


Type

unknown

Parameters

Type Name Description
PF_VALUE name The gradient name
PF_INT start-segment The index of the first segment to operate on (start-segment >= 0)
PF_INT end-segment The index of the last segment to operate on. If negative, the selection will extend to the end of the string.
PF_INT blending-function The blending function { GRADIENT-SEGMENT-LINEAR (0), GRADIENT-SEGMENT-CURVED (1), GRADIENT-SEGMENT-SINE (2), GRADIENT-SEGMENT-SPHERE-INCREASING (3), GRADIENT-SEGMENT-SPHERE-DECREASING (4) }

Return

None