'Declaration Public Function InsertAlphaBiLevel( _ ByVal index As System.Integer, _ ByVal threshold As System.Single _ ) As AlphaBiLevel
public AlphaBiLevel InsertAlphaBiLevel( System.int index, System.float threshold )
Parameters
- index
- The effect index in the list.
- threshold
- The threshold value for the alpha bi-level effect.
Return Value
The inserted AlphaBiLevel effect.