Property Feather
- Namespace
- PaintDotNet.Direct2D1.Effects
- Assembly
- PaintDotNet.Windows.Core.dll
Feather
A boolean value specifying whether the edges of the output should be softened in the alpha channel. When set to false, the alpha output by the effect is 1-bit: either fully opaque or fully transparent. Setting to true results in a softening of edges in the alpha channel of the Chroma Key output. The default value is false.
public EffectPropertyAccessor<bool> Feather { get; }