gimp-gradient-segment-range-split-uniform

Shlomi Fish <shlomif@iglu.org.il>

Description

Splits each segment in the segment range uniformly

Help

This function splits each segment in the segment range uniformly according to the number of times specified by the parameter.


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 split-parts The number of uniform divisions to split each segment to (2 <= split-parts <= 1024)

Return

None