Enum FeatheringMode
FeatheringMode enumeration
Specifies how a feathering algorithm works.
public enum FeatheringMode
Values
Name | Value | Description |
---|---|---|
None | 0 | No feathering |
MathematicallyCorrect | 1 | Mathematically correct algorithm that will most likely result with a well distinguishable line on the border of the selected area |
Adjusted | 2 | Adjusted algorithm that will create a smooth border of the selected area |
See Also
- namespace Aspose.Imaging.MagicWand.ImageMasks
- assembly Aspose.Imaging