Name
kOfxParamPropDigits
— How many digits after a decimal point to display for a double param in a GUI.
Synopsis
#include "/ofxParam.h"
#define kOfxParamPropDigits "OfxParamPropDigits"
Type
kOfxParamPropDigits
is of type
int
, and has only a single 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 2.
Valid Values
any greater than 0.
Description
How many digits after a decimal point to display for a double param in a GUI.
This applies to double params of any dimension.