CurveInterpolation Enumeration

Curve interpolation modes that are used with Curves.

Namespace: Lumia.Imaging.Adjustments
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255

Syntax

public enum CurveInterpolation
'Declaration
Public Enumeration CurveInterpolation
public enum class CurveInterpolation
Lumia.Imaging.Adjustments.CurveInterpolation = function();
Lumia.Imaging.Adjustments.CurveInterpolation.createEnum('Lumia.Imaging.Adjustments.CurveInterpolation', false);

Members

Member name Value Description
Linear 0 Use linear interpolation between the control points.
NaturalCubicSpline 1 Use natural cubic spline interpolation between the control points.

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

Lumia.Imaging.Adjustments Namespace