Curve.CurveInterpolation Property

The method of interpolation used when creating curve values between control points.

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

Syntax

public CurveInterpolation CurveInterpolation { get; set; }
'Declaration
Public Property CurveInterpolation As CurveInterpolation
    Get
    Set
public:
virtual property CurveInterpolation CurveInterpolation {
    CurveInterpolation get () sealed;
    void set (CurveInterpolation value) sealed;
}
function get_CurveInterpolation();
function set_CurveInterpolation(value);

Property Value

Type: CurveInterpolation

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

Curve Class

Curve.Curve Members

Lumia.Imaging.Adjustments Namespace