Defines | |
| #define | kOfxInteractPropSlaveToParam "OfxInteractPropSlaveToParam" |
| The set of parameters on which a value change will trigger a redraw for an interact. | |
| #define | kOfxInteractPropPixelScale "OfxInteractPropPixelScale" |
| The size of a real screen pixel under the interact's cannonical projection. | |
| #define | kOfxInteractPropViewportSize "OfxInteractPropViewport" |
| The size of an interact's openGL viewport. | |
| #define | kOfxInteractPropBackgroundColour "OfxInteractPropBackgroundColour" |
| The background colour of the application behind an interact instance. | |
| #define | kOfxInteractPropPenPosition "OfxInteractPropPenPosition" |
| The position of the pen in an interact. | |
| #define | kOfxInteractPropPenPressure "OfxInteractPropPenPressure" |
| The pressure of the pen in an interact. | |
| #define | kOfxInteractPropBitDepth "OfxInteractPropBitDepth" |
| Indicates whether the dits per component in the interact's openGL frame buffer. | |
| #define | kOfxInteractPropHasAlpha "OfxInteractPropHasAlpha" |
| Indicates whether the interact's frame buffer has an alpha component or not. | |
|
|
The background colour of the application behind an interact instance.
The components are in the order red, green then blue. |
|
|
Indicates whether the dits per component in the interact's openGL frame buffer.
|
|
|
Indicates whether the interact's frame buffer has an alpha component or not.
|
|
|
The position of the pen in an interact.
This value passes the postion of the pen into an interact. This is in the interact's canonical coordinates. |
|
|
The pressure of the pen in an interact.
This is used to indicate the status of the 'pen' in an interact. If a pen has only two states (eg: a mouse button), these should map to 0.0 and 1.0. |
|
|
The size of a real screen pixel under the interact's cannonical projection.
|
|
|
The set of parameters on which a value change will trigger a redraw for an interact.
If the interact is representing the state of some set of OFX parameters, then is will need to be redrawn if any of those parameters' values change. This multi-dimensional property links such parameters to the interact. The interact can be slaved to multiple parameters (setting index 0, then index 1 etc...) |
|
|
The size of an interact's openGL viewport.
This property is the redundant and its use will be deprecated in future releases. |