Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Subtracts the first curve from the second.
Namespace: Lumia.Imaging.Adjustments
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255
Syntax
public static Curve Subtract(
Curve curve1,
Curve curve2
)
'Declaration
Public Shared Function Subtract (
curve1 As Curve,
curve2 As Curve
) As Curve
public:
static Curve^ Subtract(
[InAttribute] Curve^ curve1,
[InAttribute] Curve^ curve2
)
Lumia.Imaging.Adjustments.Curve.Subtract = function(curve1, curve2);
Parameters
- curve1
Type: Lumia.Imaging.Adjustments.Curve
The first operand curve.
- curve2
Type: Lumia.Imaging.Adjustments.Curve
The second operand curve.
Return Value
Type: Curve
The resulting curve, where result(x) = curve1(x) - curve2(x).
Version Information
Lumia Imaging SDK
Supported in: 3.0, 2.0