Name
kOfxParamPropDisplayMax
— The maximum value for a numeric parameter on any user interface.
Synopsis
#include "/ofxParam.h"
#define kOfxParamPropDisplayMax "OfxParamPropDisplayMax"
Type
kOfxParamPropDisplayMax
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 largest possible value corresponding to the parameter type (eg: INT_MAX for an integer, DBL_MAX for a double parameter).
Description
The maximum 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 maximum bound on that slider.