Curve.GetInterpolatedValues Method

Gets the curve represented as an array of y-values, corresponding to each x in the range [MinX,MaxX].

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

Syntax

public byte[] GetInterpolatedValues()
'Declaration
Public Function GetInterpolatedValues As Byte()
public:
virtual array<unsigned char>^ GetInterpolatedValues() sealed
function GetInterpolatedValues();

Return Value

Type: Byte[]
Array of y-values that define the curve.

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

Curve Class

Curve.Curve Members

Lumia.Imaging.Adjustments Namespace