gimp-gradient-segment-range-replicate

Shlomi Fish <shlomif@iglu.org.il>

Description

Replicate the segment range

Help

This function replicates a segment range a given number of times. Instead of the original segment range, several smaller scaled copies of it will appear in equal widths.


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 replicate-times The number of times to replicate (2 <= replicate-times <= 20)

Return

None