TuttleOFX  1
FadeDefinitions.hpp File Reference
Include dependency graph for FadeDefinitions.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  tuttle
 

This file provides a set of reimplementations of CImg functions by means of the generic image library (gil). Functions for image blurring.


namespace  tuttle::plugin
namespace  tuttle::plugin::fade

Enumerations

enum  tuttle::plugin::fade::EParamMode { tuttle::plugin::fade::eParamModeFromColor = 0, tuttle::plugin::fade::eParamModeToColor }
enum  tuttle::plugin::fade::EParamRod { tuttle::plugin::fade::eParamRodIntersect = 0, tuttle::plugin::fade::eParamRodUnion, tuttle::plugin::fade::eParamRodA, tuttle::plugin::fade::eParamRodB }

Variables

static const std::string tuttle::plugin::fade::kParamColor = "color"
static const std::string tuttle::plugin::fade::kParamMode = "mode"
static const std::string tuttle::plugin::fade::kParamModeFromColor = "fromColor"
static const std::string tuttle::plugin::fade::kParamModeToColor = "toColor"
static const std::string tuttle::plugin::fade::kParamRod = "rod"
static const std::string tuttle::plugin::fade::kParamRodIntersect = "intersection"
static const std::string tuttle::plugin::fade::kParamRodUnion = "union"
static const std::string tuttle::plugin::fade::kParamRodA = "A"
static const std::string tuttle::plugin::fade::kParamRodB = "B"