[]
Inserts a new ColorChange effect into the list.
public ColorChange InsertColorChange(int index, UserColor colorFrom, UserColor colorTo)
Public Function InsertColorChange(index As Integer, colorFrom As UserColor, colorTo As UserColor) As ColorChange
| Type | Name | Description |
|---|---|---|
| int | index | The effect index in the list. |
| UserColor | colorFrom | The user color getting removed. |
| UserColor | colorTo | The user color which replaces the |
| Type | Description |
|---|---|
| ColorChange | The inserted ColorChange effect. |