AlphaCeiling

AlphaCeiling class

Represents an Alpha Ceiling effect. Alpha (opacity) values greater than zero are changed to 100%. In other words, anything partially opaque becomes fully opaque.

public sealed class AlphaCeiling : ImageTransformOperation, IAlphaCeiling

Properties

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

Methods

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

See Also