BiLevel

BiLevel class

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 sealed class BiLevel : ImageTransformOperation, IBiLevel

Properties

NameDescription
AsIPresentationComponent { get; }Allows to get base IPresentationComponent interface. Read-only IPresentationComponent.

Methods

NameDescription
override Equals(object)Determines whether the specified BiLevel is equal to the current BiLevel.
GetEffective()Gets effective Bi-Level effect data with the inheritance applied.
override GetHashCode()Serves as a hash function for a particular type.

See Also