Curve.EstimateInterpolationFactors Method (Curve, IEnumerable<Curve>)

[Missing <summary> documentation for "M:Lumia.Imaging.Adjustments.Curve.EstimateInterpolationFactors(Lumia.Imaging.Adjustments.Curve,Windows.Foundation.Collections.IIterable{Lumia.Imaging.Adjustments.Curve})"]

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

Syntax

public static IList<double> EstimateInterpolationFactors(
    Curve targetCurve,
    IEnumerable<Curve> maxCurves
)
'Declaration
Public Shared Function EstimateInterpolationFactors ( 
    targetCurve As Curve,
    maxCurves As IEnumerable(Of Curve)
) As IList(Of Double)
public:
static IList<double>^ EstimateInterpolationFactors(
    [InAttribute] Curve^ targetCurve, 
    [InAttribute] IEnumerable<Curve^>^ maxCurves
)
Lumia.Imaging.Adjustments.Curve.EstimateInterpolationFactors = function(targetCurve, maxCurves);

Parameters

  • targetCurve
    Type: Lumia.Imaging.Adjustments.Curve

    [Missing <param name="targetCurve"/> documentation for "M:Lumia.Imaging.Adjustments.Curve.EstimateInterpolationFactors(Lumia.Imaging.Adjustments.Curve,Windows.Foundation.Collections.IIterable{Lumia.Imaging.Adjustments.Curve})"]

  • maxCurves
    Type: System.Collections.Generic.IEnumerable<Curve>

    [Missing <param name="maxCurves"/> documentation for "M:Lumia.Imaging.Adjustments.Curve.EstimateInterpolationFactors(Lumia.Imaging.Adjustments.Curve,Windows.Foundation.Collections.IIterable{Lumia.Imaging.Adjustments.Curve})"]

Return Value

Type: IList<Double>

[Missing <returns> documentation for "M:Lumia.Imaging.Adjustments.Curve.EstimateInterpolationFactors(Lumia.Imaging.Adjustments.Curve,Windows.Foundation.Collections.IIterable{Lumia.Imaging.Adjustments.Curve})"]

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

Curve Class

Curve.Curve Members

EstimateInterpolationFactors Overload

Lumia.Imaging.Adjustments Namespace