TuttleOFX
1
|
struct to pass arguments into OFX::Interact focus actions More...
#include <ofxsInteract.h>
Public Member Functions | |
FocusArgs (const PropertySet &props) | |
ctor | |
Data Fields | |
OfxPointD | pixelScale |
The current effect time to draw at. | |
OfxRGBColourD | backGroundColour |
The current background colour, ignore the A. |
struct to pass arguments into OFX::Interact focus actions
Definition at line 107 of file ofxsInteract.h.
OFX::FocusArgs::FocusArgs | ( | const PropertySet & | props | ) |
ctor
Definition at line 345 of file ofxsInteract.cpp.
References backGroundColour, OFX::getBackgroundColour(), OFX::getPixelScale(), and pixelScale.
The current background colour, ignore the A.
Definition at line 112 of file ofxsInteract.h.
Referenced by FocusArgs().
The current effect time to draw at.
Definition at line 111 of file ofxsInteract.h.
Referenced by FocusArgs().