Table of Contents

Property MapIsNormalized

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

MapIsNormalized

Specifies whether the StandardDeviationMap input image is normalized.

If this value is true, the map's alpha values are expected to be in the range [0, 1]. The standard deviation at each pixel will be the map's alpha value multiplied by MaxStandardDeviation.
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; }

Property Value

EffectPropertyAccessor<bool>