Curve.EstimateInterpolationFactor Method (Curve, Curve)

Estimates the factor of interpolation between the identity curve and the curve supplied that should be used to get as close to target curve as possible.

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

Syntax

public static double EstimateInterpolationFactor(
    Curve targetCurve,
    Curve maxCurve
)
'Declaration
Public Shared Function EstimateInterpolationFactor ( 
    targetCurve As Curve,
    maxCurve As Curve
) As Double
public:
static double EstimateInterpolationFactor(
    [InAttribute] Curve^ targetCurve, 
    [InAttribute] Curve^ maxCurve
)
Lumia.Imaging.Adjustments.Curve.EstimateInterpolationFactor = function(targetCurve, maxCurve);

Parameters

Return Value

Type: Double
The factor of interpolation between the identity curve and the curve supplied that should be used to get as close to target curve as possible.

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

Curve Class

Curve.Curve Members

EstimateInterpolationFactor Overload

Lumia.Imaging.Adjustments Namespace