LutInterpolationMode Enumeration

Contains possible interpolation algorithms for defining look-up tables.

Namespace: Aurigma.GraphicsMill.Transforms
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public enum LutInterpolationMode

Members

Member name Description
Cubic

Cubic interpolation algorithm.

Linear

Linear interpolation algorithm.

None

No interpolation algorithm.

See Also

Reference