TuttleOFX
1
|
Data Structures | |
struct | ColorWheelProcessParams |
class | ColorWheelPlugin |
ColorWheel plugin. More... | |
class | ColorWheelProcess |
ColorWheel process. More... | |
Enumerations | |
enum | EColorWheelMode { eColorWheelModeWhite = 0, eColorWheelModeBlack, eColorWheelModeRainbow } |
Functions | |
mDeclarePluginFactory (ColorWheelPluginFactory,{},{}) | |
Variables | |
static const std::string | kColorWheelMode = "type" |
static const std::string | kColorWheelModeWhite = "white" |
static const std::string | kColorWheelModeBlack = "black" |
static const std::string | kColorWheelModeRainbow = "rainbow" |
static const bool | kSupportTiles = false |
Definition at line 18 of file ColorWheelDefinitions.hpp.
tuttle::plugin::colorWheel::mDeclarePluginFactory | ( | ColorWheelPluginFactory | ) |
const std::string tuttle::plugin::colorWheel::kColorWheelMode = "type" [static] |
Definition at line 11 of file ColorWheelDefinitions.hpp.
Referenced by tuttle::plugin::colorWheel::ColorWheelPlugin::ColorWheelPlugin().
const std::string tuttle::plugin::colorWheel::kColorWheelModeBlack = "black" [static] |
Definition at line 14 of file ColorWheelDefinitions.hpp.
const std::string tuttle::plugin::colorWheel::kColorWheelModeRainbow = "rainbow" [static] |
Definition at line 16 of file ColorWheelDefinitions.hpp.
const std::string tuttle::plugin::colorWheel::kColorWheelModeWhite = "white" [static] |
Definition at line 13 of file ColorWheelDefinitions.hpp.
const bool tuttle::plugin::colorWheel::kSupportTiles = false [static] |
Definition at line 12 of file ColorWheelPluginFactory.cpp.