[]
Inserts a new AlphaBiLevel effect into the list.
public AlphaBiLevel InsertAlphaBiLevel(int index, float threshold)
Public Function InsertAlphaBiLevel(index As Integer, threshold As Single) As AlphaBiLevel
Type | Name | Description |
---|---|---|
int | index | The effect index in the list. |
float | threshold | The threshold value for the alpha bi-level effect. |
Type | Description |
---|---|
AlphaBiLevel | The inserted AlphaBiLevel effect. |