IAlphaModulateFixed Interface

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

Namespace:  Aspose.Slides.Effects
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IAlphaModulateFixed : IImageTransformOperation

The IAlphaModulateFixed type exposes the following members.

Properties
  NameDescription
Public propertyAmount
Returns an amount of effect in percents. Read/write Single.
Public propertyAsIImageTransformOperation
Allows to get base IImageTransformOperation interface. Read-only IImageTransformOperation.
See Also