Name

kOfxParamPropMin — The minimum value for a numeric parameter.

Synopsis

#include "/ofxParam.h"
#define kOfxParamPropMin "OfxParamPropMin"

Type

kOfxParamPropMin is of type int or double , and is of variable dimension.

Property Set

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

Default

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).

Description

The minimum value for a numeric parameter.

Setting this will also reset kOfxParamPropDisplayMin .