BiLevelEffectiveData

BiLevelEffectiveData class

Immutable object which represents a Bi-Level (black/white) effect. Input colors whose luminance is less than the specified threshold value are changed to black. Input colors whose luminance are greater than or equal the specified value are set to white. The alpha effect values are unaffected by this effect.

public class BiLevelEffectiveData : EffectEffectiveData<BiLevel, BiLevelEffectiveData>, 
    IBiLevelEffectiveData

Public Members

NameDescription
Threshold { get; }Returns a threshold. Read-only Single.

See Also