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