Table of Contents

Class PrimitiveBlendEffect

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

An effect that wraps IBlendTransform, which is normally only available for the internal transform graph of custom effects.

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

Constructors

PrimitiveBlendEffect(IDeviceEffectFactory)
PrimitiveBlendEffect(IDeviceEffectFactory, IDeviceImage, IDeviceImage, in BlendDescription)
PrimitiveBlendEffect(IDeviceEffectFactory, IDeviceImage, IDeviceImage, BlendOption, BlendOption, BlendOperation, BlendOption, BlendOption, BlendOperation, in BlendFactor)
PrimitiveBlendEffect(IDeviceEffectFactory, IDeviceImage, ReadOnlySpan<IDeviceImage>, in BlendDescription)
PrimitiveBlendEffect(IDeviceEffectFactory, IDeviceImage, ReadOnlySpan<IDeviceImage>, BlendOption, BlendOption, BlendOperation, BlendOption, BlendOption, BlendOperation, in BlendFactor)