Name

kOfxParamPropDisplayMin — The minimum value for a numeric parameter on any user interface.

Synopsis

#include "/ofxParam.h"
#define kOfxParamPropDisplayMin "OfxParamPropDisplayMin"

Type

kOfxParamPropDisplayMin 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 on any user interface.

If a user interface represents a parameter with a slider or similar, this should be the minumum bound on that slider.