TuttleOFX
1
|
#include <CheckerboardPlugin.hpp>
Public Member Functions | |
CheckerboardPlugin (OfxImageEffectHandle handle) | |
void | render (const OFX::RenderArguments &args) |
The overridden render function. | |
void | getClipPreferences (OFX::ClipPreferencesSetter &clipPreferences) |
get the clip preferences | |
Data Fields | |
OFX::Int2DParam * | _boxes |
OFX::RGBAParam * | _color1 |
OFX::RGBAParam * | _color2 |
Definition at line 14 of file CheckerboardPlugin.hpp.
tuttle::plugin::checkerboard::CheckerboardPlugin::CheckerboardPlugin | ( | OfxImageEffectHandle | handle | ) |
Definition at line 11 of file CheckerboardPlugin.cpp.
References _boxes, _color1, _color2, OFX::ParamSet::fetchInt2DParam(), OFX::ParamSet::fetchRGBAParam(), tuttle::plugin::checkerboard::kCheckerboardBoxes, tuttle::plugin::checkerboard::kCheckerboardColor1, and tuttle::plugin::checkerboard::kCheckerboardColor2.
void tuttle::plugin::checkerboard::CheckerboardPlugin::getClipPreferences | ( | OFX::ClipPreferencesSetter & | clipPreferences | ) | [virtual] |
get the clip preferences
Reimplemented from tuttle::plugin::GeneratorPlugin.
Definition at line 28 of file CheckerboardPlugin.cpp.
void tuttle::plugin::checkerboard::CheckerboardPlugin::render | ( | const OFX::RenderArguments & | args | ) | [virtual] |
The overridden render function.
[in] | args | Rendering parameters |
Reimplemented from tuttle::plugin::GeneratorPlugin.
Definition at line 23 of file CheckerboardPlugin.cpp.
Definition at line 24 of file CheckerboardPlugin.hpp.
Referenced by CheckerboardPlugin().
Definition at line 25 of file CheckerboardPlugin.hpp.
Referenced by CheckerboardPlugin().
Definition at line 26 of file CheckerboardPlugin.hpp.
Referenced by CheckerboardPlugin().