AddBiLevel Method
AddBiLevel(float)
Adds a new BiLevel effect into the list.
Declaration
public BiLevel AddBiLevel(float threshold)
Public Function AddBiLevel(threshold As Single) As BiLevel
Parameters
Type |
Name |
Description |
float |
threshold |
The luminance threshold for the Bi-Level effect.
|
Returns