Table of Contents

Class ArithmeticCompositeEffect

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

Use the arithmetic composite effect to combine 2 images using a weighted sum of pixels from the input images.

For more information, see Arithmetic composite effect

public sealed class ArithmeticCompositeEffect : DeviceEffect<ArithmeticCompositeEffect.Props>, ISerializable, IDeviceEffect, IDeviceImage, IDirect2DResource, IFactoryProperty, IDeviceEffectProperties, IInternalImpl, IObjectRef, IIsDisposed, IDisposable
Inheritance
ArithmeticCompositeEffect
Implements
Inherited Members
Extension Methods

Constructors

ArithmeticCompositeEffect(IDeviceEffectFactory)
ArithmeticCompositeEffect(IDeviceEffectFactory, IDeviceImage, IDeviceImage, Vector4Float, bool)