Property Intensity
- Namespace
- PaintDotNet.Direct2D1.Effects
- Assembly
- PaintDotNet.Windows.Framework.dll
Intensity
The intensity of the effect. The range is [0, 1] and the default is 0.5.
If 0.5 is used, this effect produces the same output as the original, parameterless Paint.NET Sepia effect.
If 0 is used, this effect produces the same output as GrayscaleEffect2.
public EffectPropertyAccessor<float> Intensity { get; }