[]
Inserts a new AlphaInverse effect into the list.
public AlphaInverse InsertAlphaInverse(int index, UserColor color)
| Type | Name | Description |
|---|---|---|
| int | index | The effect index in the list. |
| UserColor | color | The user color to replace transparency. |
| Type | Description |
|---|---|
| AlphaInverse | The inserted AlphaInverse effect. |