[]
Inserts a new AlphaInverse effect into the list.
public AlphaInverse InsertAlphaInverse(int index, UserColor color)
Public Function InsertAlphaInverse(index As Integer, color As UserColor) As AlphaInverse
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. |