TuttleOFX
1
|
struct to pass arguments into OFX::Interact::draw More...
#include <ofxsInteract.h>
Public Member Functions | |
DrawArgs (const PropertySet &props) | |
ctor | |
Data Fields | |
OfxPointD | pixelScale |
The pixel scale. | |
OfxRGBColourD | backGroundColour |
The current background colour, ignore the A. |
struct to pass arguments into OFX::Interact::draw
Definition at line 73 of file ofxsInteract.h.
OFX::DrawArgs::DrawArgs | ( | const PropertySet & | props | ) |
ctor
Definition at line 317 of file ofxsInteract.cpp.
References backGroundColour, OFX::getBackgroundColour(), OFX::getPixelScale(), and pixelScale.
The current background colour, ignore the A.
Definition at line 78 of file ofxsInteract.h.
Referenced by DrawArgs().
The pixel scale.
Definition at line 77 of file ofxsInteract.h.
Referenced by tuttle::plugin::interact::PointInteract::draw(), and DrawArgs().