TuttleOFX  1
tuttle::plugin::ramp::RampPlugin Class Reference

Ramp plugin. More...

#include <RampPlugin.hpp>

Inheritance diagram for tuttle::plugin::ramp::RampPlugin:
Collaboration diagram for tuttle::plugin::ramp::RampPlugin:

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

Detailed Description

Ramp plugin.

Definition at line 16 of file RampPlugin.hpp.


Constructor & Destructor Documentation


Member Function Documentation

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.

Parameters:
[in]argsRendering parameters

Reimplemented from tuttle::plugin::GeneratorPlugin.

Definition at line 33 of file RampPlugin.cpp.


Field Documentation


The documentation for this class was generated from the following files: