Property MapIsNormalized
- Namespace
- PaintDotNet.Direct2D1.Effects
- Assembly
- PaintDotNet.Windows.Framework.dll
MapIsNormalized
Specifies whether the RadiusMap input image is normalized.
If this value is true, the map's alpha values are expected to be in the range [0, 1]. The blur radius
at each pixel will be the map's alpha value multiplied by MaxRadius.
If this value is false, the map's alpha values are used directly.
The default value is true
, which affords easily using the output of most effects as the map input for this effect.
public EffectPropertyAccessor<bool> MapIsNormalized { get; }