Curve.EstimateInterpolationFactors Method (Void, Double)

[Missing <summary> documentation for "M:Lumia.Imaging.Adjustments.Curve.EstimateInterpolationFactors(System.Void,System.Double)"]

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

Syntax

public static IVector EstimateInterpolationFactors(
    void targetCurve,
    double curvePairs
)
'Declaration
Public Shared Function EstimateInterpolationFactors ( 
    targetCurve As Void,
    curvePairs As Double
) As IVector
public:
static IVector^ EstimateInterpolationFactors(
    [InAttribute] void targetCurve, 
    [InAttribute] double curvePairs
)
Lumia.Imaging.Adjustments.Curve.EstimateInterpolationFactors = function(targetCurve, curvePairs);

Parameters

  • targetCurve
    Type: System.Void

    [Missing <param name="targetCurve"/> documentation for "M:Lumia.Imaging.Adjustments.Curve.EstimateInterpolationFactors(System.Void,System.Double)"]

  • curvePairs
    Type: System.Double

    [Missing <param name="curvePairs"/> documentation for "M:Lumia.Imaging.Adjustments.Curve.EstimateInterpolationFactors(System.Void,System.Double)"]

Return Value

Type: IVector

[Missing <returns> documentation for "M:Lumia.Imaging.Adjustments.Curve.EstimateInterpolationFactors(System.Void,System.Double)"]

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

Curve Class

Curve.Curve Members

EstimateInterpolationFactors Overload

Lumia.Imaging.Adjustments Namespace