Curve.Subtract Method (Int32, Curve)

Subtracts a curve from a signed scalar value.

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

Syntax

public static Curve Subtract(
    int scalar,
    Curve curve
)
'Declaration
Public Shared Function Subtract ( 
    scalar As Integer,
    curve As Curve
) As Curve
public:
static Curve^ Subtract(
    [InAttribute] int scalar, 
    [InAttribute] Curve^ curve
)
Lumia.Imaging.Adjustments.Curve.Subtract = function(scalar, curve);

Parameters

Return Value

Type: Curve
The resulting curve, where result(x) = scalar - curve(x).

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

Curve Class

Curve.Curve Members

Subtract Overload

Lumia.Imaging.Adjustments Namespace