Click or drag to resize

IResponseCurveT Properties

The IResponseCurveT generic type exposes the following members.

Properties
  NameDescription
Public propertyItem
If the input is below the inputMin given in the constructor, the output is clamped to the first output sample. If the input is above the inputMax given in the constructor, the output is clamped to the last output sample. Otherwise an index is calculated, and the output is interpolated between outputSample[index] and outputSample[index + 1].
Top
See Also