Table of Contents

Class DiscreteTransferEffect

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

Use the discrete transfer effect to map the color intensities of an image using a step transfer function created from a list of values you provide.

For more information, see Discrete transfer effect

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

Constructors

DiscreteTransferEffect(IDeviceEffectFactory)