AlphaBiLevel
Contents
[
Hide
]AlphaBiLevel class
Represents an Alpha Bi-Level effect. Alpha (Opacity) values less than the threshold are changed to 0 (fully transparent) and alpha values greater than or equal to the threshold are changed to 100% (fully opaque).
public sealed class AlphaBiLevel : ImageTransformOperation, IAlphaBiLevel
Properties
| Name | Description |
|---|---|
| AsIPresentationComponent { get; } | Allows to get base IPresentationComponent interface. Read-only IPresentationComponent. |
| Threshold { get; set; } | Returns effect threshold. Read/write Single. |
Methods
| Name | Description |
|---|---|
| override Equals(object) | Determines whether the specified AlphaBiLevel is equal to the current AlphaBiLevel. |
| GetEffective() | Gets effective Alpha Bi-Level effect data with the inheritance applied. |
| override GetHashCode() | Serves as a hash function for a particular type. |
See Also
- class ImageTransformOperation
- interface IAlphaBiLevel
- namespace Aspose.Slides.Effects
- assembly Aspose.Slides