IAlphaFloor Interface

Represents an Alpha Floor effect. Alpha (opacity) values less than 100% are changed to zero. In other words, anything partially transparent becomes fully transparent.

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

The IAlphaFloor type exposes the following members.

Properties
  NameDescription
Public propertyAsIImageTransformOperation
Allows to get base IImageTransformOperation interface. Read-only IImageTransformOperation.
See Also