Property AlphaDisable
- Namespace
- PaintDotNet.Direct2D1.Effects
- Assembly
- PaintDotNet.Windows.Framework.dll
AlphaDisable
If you set this to TRUE the effect does not apply the transfer function to the Alpha channel.
If you set this to FALSE it applies the AlphaTable transfer function to the Alpha channel.
The default value is FALSE.
public EffectPropertyAccessor<bool> AlphaDisable { get; }