Table of Contents

Property SourceWeight

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

SourceWeight

How much to weigh the source image color values versus the destination image. The minimum value is 0.0f (exclusively use Destination to determine the output) and the maximum value is 1.0f (exclusively use Source to determine the output).
The default value is 0.5f.

public EffectPropertyAccessor<float> SourceWeight { get; }

Property Value

EffectPropertyAccessor<float>