TuttleOFX
1
|
Ramp plugin. More...
#include <RampPlugin.hpp>
Public Member Functions | |
RampPlugin (OfxImageEffectHandle handle) | |
void | getClipPreferences (OFX::ClipPreferencesSetter &clipPreferences) |
get the clip preferences | |
void | render (const OFX::RenderArguments &args) |
The overridden render function. | |
Data Fields | |
OFX::ChoiceParam * | _direction |
OFX::RGBAParam * | _colorStart |
OFX::RGBAParam * | _colorEnd |
OFX::BooleanParam * | _color |
Ramp plugin.
Definition at line 16 of file RampPlugin.hpp.
tuttle::plugin::ramp::RampPlugin::RampPlugin | ( | OfxImageEffectHandle | handle | ) |
Definition at line 12 of file RampPlugin.cpp.
References _color, _colorEnd, _colorStart, _direction, OFX::ParamSet::fetchBooleanParam(), OFX::ParamSet::fetchChoiceParam(), OFX::ParamSet::fetchRGBAParam(), tuttle::plugin::ramp::kRampColor, tuttle::plugin::ramp::kRampColorEnd, tuttle::plugin::ramp::kRampColorStart, and tuttle::plugin::ramp::kRampDirection.
void tuttle::plugin::ramp::RampPlugin::getClipPreferences | ( | OFX::ClipPreferencesSetter & | clipPreferences | ) | [virtual] |
get the clip preferences
Reimplemented from tuttle::plugin::GeneratorPlugin.
Definition at line 24 of file RampPlugin.cpp.
void tuttle::plugin::ramp::RampPlugin::render | ( | const OFX::RenderArguments & | args | ) | [virtual] |
The overridden render function.
[in] | args | Rendering parameters |
Reimplemented from tuttle::plugin::GeneratorPlugin.
Definition at line 33 of file RampPlugin.cpp.
Definition at line 32 of file RampPlugin.hpp.
Referenced by RampPlugin().
Definition at line 30 of file RampPlugin.hpp.
Referenced by RampPlugin().
Definition at line 29 of file RampPlugin.hpp.
Referenced by RampPlugin().
Definition at line 27 of file RampPlugin.hpp.
Referenced by RampPlugin().