AlphaModulateFixed

AlphaModulateFixed class

Represents an Alpha Modulate Fixed effect. Effect alpha (opacity) values are multiplied by a fixed percentage.

public sealed class AlphaModulateFixed : ImageTransformOperation, IAlphaModulateFixed

Properties

NameDescription
Amount { get; set; }Returns an amount of effect in percents. Read/write Single.
AsIPresentationComponent { get; }Allows to get base IPresentationComponent interface. Read-only IPresentationComponent.

Methods

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

See Also