Curve.Add Method (Curve, Int32)

Adds a signed scalar value to a curve.

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

Syntax

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

Parameters

Return Value

Type: Curve
A new resulting curve, where result(x) = curve(x) + scalar.

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

Curve Class

Curve.Curve Members

Add Overload

Lumia.Imaging.Adjustments Namespace