FeatheringMode

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class FeatheringMode extends System.Enum

Specifies how a feathering algorithm works.

Fields

FieldDescription
NoneNo feathering
MathematicallyCorrectMathematically correct algorithm that will most likely result with a well distinguishable line on the border of the selected area
AdjustedAdjusted algorithm that will create a smooth border of the selected area

None

public static final int None

No feathering

MathematicallyCorrect

public static final int MathematicallyCorrect

Mathematically correct algorithm that will most likely result with a well distinguishable line on the border of the selected area

Adjusted

public static final int Adjusted

Adjusted algorithm that will create a smooth border of the selected area