TuttleOFX
1
|
#include <tuttle/plugin/global.hpp>
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::gamma |
Enumerations | |
enum | tuttle::plugin::gamma::EGammaType { tuttle::plugin::gamma::eGammaTypeGlobal = 0, tuttle::plugin::gamma::eGammaTypeChannels = 1 } |
Variables | |
static const std::string | tuttle::plugin::gamma::kMasterValue = "master" |
static const std::string | tuttle::plugin::gamma::kRedValue = "red" |
static const std::string | tuttle::plugin::gamma::kGreenValue = "green" |
static const std::string | tuttle::plugin::gamma::kBlueValue = "blue" |
static const std::string | tuttle::plugin::gamma::kAlphaValue = "alpha" |
static const std::string | tuttle::plugin::gamma::kGammaType = "gammaType" |
static const std::string | tuttle::plugin::gamma::kInvert = "invert" |
static const std::string | tuttle::plugin::gamma::kGammaGlobal = "Global" |
static const std::string | tuttle::plugin::gamma::kGammaChannels = "RGBA" |