Name
kOfxParamPropInteractSizeAspect
— The preferred aspect ratio of a parameter's custom interface.
Synopsis
#include "/ofxParam.h"
#define kOfxParamPropInteractSizeAspect "OfxParamPropInteractSizeAspect"
Type
kOfxParamPropInteractSizeAspect
is of type
double
, and has only a single dimension.
Property Set
This is a property that belongs to the plugin parameter descriptor (read/write) and instance (read only).
Default
The default value is 1.0.
Valid Values
greater than or equal to 0.0
Description
The preferred aspect ratio of a parameter's custom interface.
If set to anything other than 0.0, the custom interface for this parameter will be of a size with this aspect ratio (x size/y size).