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
Methods
Name | Description |
---|
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