Contains possible interpolation algorithms for defining look-up tables.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public enum LutInterpolationMode
Member name | Description |
---|---|
Cubic |
Cubic interpolation algorithm. |
Linear |
Linear interpolation algorithm. |
None |
No interpolation algorithm. |