FillOverlayEffectiveData Class

Immutable object which represents a Fill Overlay effect. A fill overlay may be used to specify an additional fill for an object and blend the two fills together.
Inheritance Hierarchy

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

The FillOverlayEffectiveData type exposes the following members.

Properties
  NameDescription
Public propertyBlend
Determines how one fill drawn over another. Read-only FillBlendMode.
Public propertyFillFormat
Returns a overlaying fill properties. Read-only IFillFormatEffectiveData.
Methods
  NameDescription
Public methodEquals
Determines whether the specified FillOverlayEffectiveData is equal to the current FillOverlayEffectiveData.
(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