Interface ILookupTable3DFactory
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
Serves as a base interface for IDeviceContext and IDeviceEffectContext to provide the CreateLookupTable3D(BufferPrecision, int, int, int, ExtentPtr<byte>, uint, uint) method.
public interface ILookupTable3DFactory : IObjectRef, IIsDisposed, IDisposable, IInternalImpl
- Inherited Members
- Extension Methods
Methods
- CreateLookupTable3D(BufferPrecision, int, int, int, ExtentPtr<byte>, uint, uint)
Creates a 3D lookup table for mapping a 3-channel input to a 3-channel output. The table data must be provided in 4-channel format.
ID2D1DeviceContext2::CreateLookupTable3D()
ID2D1EffectContext1::CreateLookupTable3D()