TuttleOFX  1
InvertDefinitions.hpp File Reference
Include dependency graph for InvertDefinitions.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::invert

Variables

static const std::string tuttle::plugin::invert::kParamProcessGroup = "channelGroup"
static const std::string tuttle::plugin::invert::kParamProcessGroupLabel = "Channels"
static const std::string tuttle::plugin::invert::kParamProcessR = "r"
static const std::string tuttle::plugin::invert::kParamProcessRLabel = "R"
static const std::string tuttle::plugin::invert::kParamProcessRHint = "Invert red component"
static const std::string tuttle::plugin::invert::kParamProcessG = "g"
static const std::string tuttle::plugin::invert::kParamProcessGLabel = "G"
static const std::string tuttle::plugin::invert::kParamProcessGHint = "Invert green component"
static const std::string tuttle::plugin::invert::kParamProcessB = "b"
static const std::string tuttle::plugin::invert::kParamProcessBLabel = "B"
static const std::string tuttle::plugin::invert::kParamProcessBHint = "Invert blue component"
static const std::string tuttle::plugin::invert::kParamProcessA = "a"
static const std::string tuttle::plugin::invert::kParamProcessALabel = "A"
static const std::string tuttle::plugin::invert::kParamProcessAHint = "Invert alpha component"
static const std::string tuttle::plugin::invert::kParamProcessGray = "gray"
static const std::string tuttle::plugin::invert::kParamProcessGrayLabel = "Gray"
static const std::string tuttle::plugin::invert::kParamProcessGrayHint = "Invert gray image"