Class LookupTable3DFactoryExtensions
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
public static class LookupTable3DFactoryExtensions
- Inheritance
-
LookupTable3DFactoryExtensions
- Inherited Members
Methods
- CreateLookupTable3D<T>(ILookupTable3DFactory, BufferPrecision, int, int, int, ReadOnlySpan<T>)
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()
- CreateLookupTable3D<T>(ILookupTable3DFactory, BufferPrecision, int, int, int, T[])
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()