[]
Inserts a new AlphaReplace effect into the list.
public AlphaReplace InsertAlphaReplace(int index, float alpha)
| Type | Name | Description |
|---|---|---|
| int | index | The effect index in the list. |
| float | alpha | The alpha (opacity) value. |
| Type | Description |
|---|---|
| AlphaReplace | The inserted AlphaReplace effect. |