TuttleOFX
1
|
00001 #ifndef _TUTTLE_PLUGIN_COLORTRANSFORM_DEFINITIONS_HPP_ 00002 #define _TUTTLE_PLUGIN_COLORTRANSFORM_DEFINITIONS_HPP_ 00003 00004 #include <tuttle/plugin/global.hpp> 00005 00006 00007 namespace tuttle { 00008 namespace plugin { 00009 namespace colorTransform { 00010 00011 static const std::string kParamHueShift = "hueShift"; 00012 static const std::string kParamSaturation = "saturation"; 00013 static const std::string kParamBrightnessRGB = "brightnessGlobal"; 00014 static const std::string kParamBrightness = "brightness"; 00015 static const std::string kParamPivotRGB = "pivotGlobal"; 00016 static const std::string kParamPivot = "pivot"; 00017 static const std::string kParamContrastRGB = "contrastGlobal"; 00018 static const std::string kParamContrast = "contrast"; 00019 static const std::string kParamOffsetRGB = "offsetGlobal"; 00020 static const std::string kParamOffset = "offset"; 00021 00022 } 00023 } 00024 } 00025 00026 #endif