In This Topic
Inserts a new
BiLevel effect into the list.
Syntax
'Declaration
Public Function InsertBiLevel( _
ByVal As System.Integer, _
ByVal As System.Single _
) As BiLevel
public BiLevel InsertBiLevel(
System.int ,
System.float
)
Parameters
- index
- The effect index in the list.
- threshold
- The luminance threshold for the Bi-Level effect.
Return Value
The inserted
BiLevel effect.
See Also