kOfxParamPropMin
— The minimum value for a numeric parameter.
#include "/ofxParam.h" #define kOfxParamPropMin "OfxParamPropMin"
This is a property that belongs to the plugin parameter descriptor (read/write) and instance (read/write),.
The default value is the smallest possible value corresponding to the parameter type (eg: INT_MIN for an integer, -DBL_MAX for a double parameter).
The minimum value for a numeric parameter.
Setting this will also reset
kOfxParamPropDisplayMin
.