Name

kOfxParamPropParametricRange — Property to indicate the min and max range of the parametric input value.

Synopsis

#include "/ofxParametricParam.h"
#define kOfxParamPropParametricRange "OfxParamPropParametricRange"

Type

kOfxParamPropParametricRange is of type double, and has 2 dimensions.

Property Set

This is a property that belongs to the parameter descriptor (read/write only), and instance (read only).

Valid Values

any pair of numbers so that the first is less than the second.

Description

Property to indicate the min and max range of the parametric input value.

  • Default Value - (0, 1)

This controls the min and max values that the parameter will be evaluated at.