Table of Contents

Class LookupTable3DEffect

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

A 3D look-up table is a general-purpose effect that is used to encapsulate any 1:1 imaging effect by pre-computing how the effect maps inputs to outputs for a subset of all input values.

For more information, see 3D lookup table effect.

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

Constructors

LookupTable3DEffect(IDeviceEffectFactory)