[]
Represents an Alpha bi-level effect.
Alpha (Opacity) values less than the Threshold are changed to 0 (fully transparent), alpha values greater than or equal to the Threshold are changed to 1 (fully opaque).
public class AlphaBiLevel : ImageEffect
Gets or sets the threshold value for the alpha bi-level effect.
Allowed values are from 0 to 1, inclusive.
The default is 0.
public float Threshold { get; set; }
protected bool Equals(AlphaBiLevel other)
other
AlphaBiLevelpublic override bool Equals(object obj)
obj
objectpublic override int GetHashCode()