gimp-gradient-segment-get-blending-function

Shlomi Fish <shlomif@iglu.org.il>

Description

Retrieves the gradient segment's blending function

Help

This procedure retrieves the blending function of the segment at the specified gradient name and segment index.


Type

unknown

Parameters

Type Name Description
PF_VALUE name The gradient name
PF_INT segment The index of the segment within the gradient (segment >= 0)

Return

Type Name Description
PF_INT blend-func The blending function of the segment { GRADIENT-SEGMENT-LINEAR (0), GRADIENT-SEGMENT-CURVED (1), GRADIENT-SEGMENT-SINE (2), GRADIENT-SEGMENT-SPHERE-INCREASING (3), GRADIENT-SEGMENT-SPHERE-DECREASING (4) }