TuttleOFX  1
OCIOLutDefinitions.hpp File Reference
Include dependency graph for OCIOLutDefinitions.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::ocio
namespace  tuttle::plugin::ocio::lut

Enumerations

enum  tuttle::plugin::ocio::lut::EInterpolationType { tuttle::plugin::ocio::lut::eInterpolationTypeNearest = 0, tuttle::plugin::ocio::lut::eInterpolationTypeLinear = 1, tuttle::plugin::ocio::lut::eInterpolationTypeTetrahedral = 2 }

Variables

static const std::string tuttle::plugin::ocio::lut::kParamInterpolationType = "interpolation"
static const std::string tuttle::plugin::ocio::lut::kTuttlePluginFilenameHint = "open file with one of these extensions: 3dl, ccc, cc, csp, cub, cube, hdl, mga, m3d, spi1d, spi3d, spimtx, vf"
static const std::string tuttle::plugin::ocio::lut::kParamInterpolationNearest = "nearest"
static const std::string tuttle::plugin::ocio::lut::kParamInterpolationLinear = "linear"
static const std::string tuttle::plugin::ocio::lut::kParamInterpolationTetrahedral = "tetrahedral"
static const std::string tuttle::plugin::ocio::lut::kOCIOInputspace = "RawInput"
static const std::string tuttle::plugin::ocio::lut::kOCIOOutputspace = "ProcessedOutput"