AlphaReplaceEffectiveData Class

Immutable object which represents and Alpha Replace effect. Effect alpha (opacity) values are replaced by a fixed alpha.
Inheritance Hierarchy

Namespace:  Aspose.Slides.Effects
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class AlphaReplaceEffectiveData : EffectEffectiveData, 
	IAlphaReplaceEffectiveData

The AlphaReplaceEffectiveData type exposes the following members.

Properties
  NameDescription
Public propertyAlpha
Returns new alpha value in the interval [0..1] Read-only Single.
Methods
  NameDescription
Public methodEquals
Determines whether the specified AlphaReplaceEffectiveData is equal to the current AlphaReplaceEffectiveData.
(Overrides ObjectEquals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also