TuttleOFX  1
OCIOColorSpaceDefinitions.hpp
Go to the documentation of this file.
00001 #ifndef _TUTTLE_PLUGIN_OCIOCOLORSPACEDEFINITIONS_HPP_
00002 #define _TUTTLE_PLUGIN_OCIOCOLORSPACEDEFINITIONS_HPP_
00003 
00004 #include <tuttle/plugin/global.hpp>
00005 #include <tuttle/plugin/context/Definition.hpp>
00006 
00007 namespace tuttle
00008 {
00009   namespace plugin
00010   {
00011     namespace ocio
00012     {
00013       namespace colorspace
00014       {
00015 
00016         static const std::string kParamInputSpace = "input space";
00017         static const std::string kParamOutputSpace = "output space";
00018 
00019         static const std::string kTuttlePluginFilenameHint =
00020             "open an OpenColorIO config file";
00021 
00022       }
00023     }
00024   }
00025 }
00026 
00027 #endif