[]
Inserts a new ColorReplacement effect into the list.
public ColorReplacement InsertColorReplacement(int index, UserColor color)
Public Function InsertColorReplacement(index As Integer, color As UserColor) As ColorReplacement
| Type | Name | Description |
|---|---|---|
| int | index | The effect index in the list. |
| UserColor | color | The replace user color. |
| Type | Description |
|---|---|
| ColorReplacement | The inserted ColorReplacement effect. |