ChromaKeyEffectFeather Property |
Indicates whether the edges of the output should be softened. Default value false.
Namespace:
Microsoft.Graphics.Canvas.Effects
Assembly:
Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax public bool Feather { get; set; }
Property Value
Type:
BooleanRemarks When set to false, chroma key alpha output is 1-bit: either fully opaque or fully transparent.
Setting to true results in a softening of alpha channel edges.
See Also