Table of Contents

Property AlphaDisable

Namespace
PaintDotNet.Direct2D1.Effects
Assembly
PaintDotNet.Windows.Core.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 the effect applies the AlphaDiscreteTransfer function to the Alpha channel.
The default value is false.

public EffectPropertyAccessor<bool> AlphaDisable { get; }

Property Value

EffectPropertyAccessor<bool>