AlphaInverse

AlphaInverse class

Represents an Alpha Inverse effect. Alpha (opacity) values are inverted by subtracting from 100%.

public sealed class AlphaInverse : ImageTransformOperation, IAlphaInverse

Properties

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

Methods

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

See Also