TuttleOFX  1
tuttle::plugin::colorWheel Namespace Reference

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

Enumeration Type Documentation

Enumerator:
eColorWheelModeWhite 
eColorWheelModeBlack 
eColorWheelModeRainbow 

Definition at line 18 of file ColorWheelDefinitions.hpp.


Function Documentation

tuttle::plugin::colorWheel::mDeclarePluginFactory ( ColorWheelPluginFactory  )

Variable Documentation

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.