Table of Contents

Class MixEffect

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

Provides composite modes, blend modes, and alpha masking in the same effect.

This is the same as using the CompositeEffect, BlendEffect, BlendEffect2, or AlphaMaskEffect depending on which mode you want to use. This effect provides all of those modes in one effect which can be more convenient. It also performs automatic alpha-mode conversion when necessary and as specified by the AlphaMode property.

public sealed class MixEffect : CustomEffect<MixEffect.Props>, ISerializable, IDeviceEffect, IDeviceImage, IDirect2DResource, IFactoryProperty, IDeviceEffectProperties, IInternalImpl, IObjectRef, IIsDisposed, IDisposable
Inheritance
MixEffect
Implements
Inherited Members

Constructors

MixEffect(IDeviceEffectFactory)
MixEffect(IDeviceEffectFactory, IDeviceImage, IDeviceImage, MixMode, MixAlphaMode)