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

Enumerations

enum  tuttle::plugin::colorSuppress::EOutputType { tuttle::plugin::colorSuppress::eOutputTypeImage = 0, tuttle::plugin::colorSuppress::eOutputTypeAlpha = 1, tuttle::plugin::colorSuppress::eOutputTypeAlphaImage = 2 }

Variables

static const std::string tuttle::plugin::colorSuppress::kParamRedSuppressRate = "red"
static const std::string tuttle::plugin::colorSuppress::kParamGreenSuppressRate = "green"
static const std::string tuttle::plugin::colorSuppress::kParamBlueSuppressRate = "blue"
static const std::string tuttle::plugin::colorSuppress::kParamCyanSuppressRate = "cyan"
static const std::string tuttle::plugin::colorSuppress::kParamMagentaSuppressRate = "magenta"
static const std::string tuttle::plugin::colorSuppress::kParamYellowSuppressRate = "yellow"
static const std::string tuttle::plugin::colorSuppress::kParamApplyOn = "applyOn"
static const std::string tuttle::plugin::colorSuppress::kParamApplyOnImage = "image"
static const std::string tuttle::plugin::colorSuppress::kParamApplyOnAlpha = "alpha"
static const std::string tuttle::plugin::colorSuppress::kParamApplyOnImageAndAlpha = "image and alpha"
static const std::string tuttle::plugin::colorSuppress::kParamPreserveLuma = "preserveLuma"
static const std::string tuttle::plugin::colorSuppress::kParamObeyAlpha = "obeyAlpha"