AlphaModulate

AlphaModulate class

Represents an Alpha Modulate effect. Effect alpha (opacity) values are multiplied by a fixed percentage. The effect container specifies an effect containing alpha values to modulate.

public sealed class AlphaModulate : ImageTransformOperation, IAlphaModulate

Properties

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

Methods

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

See Also