Table of Contents

Class LinearTransferEffect

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

Use the linear transfer effect to map the color intensities of an image using a linear function created from a list of values you provide for each channel.

For more information, see Linear transfer effect

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

Constructors

LinearTransferEffect(IDeviceEffectFactory)