Table of Contents

Property GreenDisable

Namespace
PaintDotNet.Direct2D1.Effects
Assembly
PaintDotNet.Windows.Framework.dll

GreenDisable

If you set this to true it does not apply the transfer function to the Green channel. An identity transfer function is used.
If you set this to false it applies the gamma transfer function to the Green channel.
The default value is false.

public EffectPropertyAccessor<bool> GreenDisable { get; }

Property Value

EffectPropertyAccessor<bool>