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