[ Version ( since = "2.2" ) ]
public bool segment_range_replicate (int start_segment, int end_segment, int replicate_times)
Replicate the segment range
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. Returns an error when a segment index is out of range, or gradient is not editable.
| this |
The gradient. |
| start_segment |
Index of the first segment to operate on. |
| end_segment |
Index of the last segment to operate on. If negative, the range will extend to the end segment. |
| replicate_times |
The number of replicas for each segment. |
|
TRUE on success. |