[ Version ( since = "1.18" ) ]
public bool set_top_effect_index_full (BaseEffect effect, uint newindex) throws Error
Set the index of an effect within the clip.
See get_top_effect_index. The new index must be an existing index of the clip. The effect is moved to the new index, and the other effects may be shifted in index accordingly to otherwise maintain the ordering.
this |
A Clip |
effect |
An effect within this to move |
newindex |
The index for |
true if |