Name

OfxParametricParameterSuiteV1::parametricParamAddControlPoint — Adds a control point to the curve.

Synopsis

#include "ofxParametricParam.h" 
OfxStatus(*parametricParamAddControlPoint)(OfxParamHandleparam,
  int curveIndex,
  doubletime,
  doublekey,
  doublevalue,
  booladdAnimationKey);
 

Arguments

  • param -
  • curveIndex -
  • time -
  • key -
  • value -
  • addAnimationKey -

Description

This will add a new control point to the given dimension of a parametric parameter. If a key exists sufficiently close to 'key', then it will be set to the indicated control point.

Returns