TuttleOFX
1
|
#include <ofxsParam.h>
#include <boost/gil/color_base_algorithm.hpp>
#include <boost/gil/rgba.hpp>
#include <boost/gil/channel.hpp>
Go to the source code of this file.
Namespaces | |
namespace | tuttle |
global namespace of the project | |
namespace | tuttle::plugin |
Functions | |
template<typename Pixel > | |
void | tuttle::plugin::setRGBAParamValuesAtTime (OFX::RGBAParam ¶m, const OfxTime time, const Pixel &pixel) |
template<typename Pixel > | |
void | tuttle::plugin::setRGBAParamValuesAtTime (OFX::RGBAParam *param, const OfxTime time, const Pixel &pixel) |
template<typename Pixel > | |
void | tuttle::plugin::setRGBParamValuesAtTime (OFX::RGBAParam ¶m, const OfxTime time, const Pixel &pixel) |
template<typename Pixel > | |
void | tuttle::plugin::setRGBParamValuesAtTime (OFX::RGBAParam *param, const OfxTime time, const Pixel &pixel) |
template<typename Pixel > | |
void | tuttle::plugin::setRGBAParamValues (OFX::RGBAParam ¶m, const Pixel &pixel) |
template<typename Pixel > | |
void | tuttle::plugin::setRGBAParamValues (OFX::RGBAParam *param, const Pixel &pixel) |
template<typename Pixel > | |
void | tuttle::plugin::setRGBParamValues (OFX::RGBAParam ¶m, const Pixel &pixel) |
template<typename Pixel > | |
void | tuttle::plugin::setRGBParamValues (OFX::RGBAParam *param, const Pixel &pixel) |
template<typename Pixel > | |
void | tuttle::plugin::setRGBParamValuesAtTime (OFX::RGBParam ¶m, const OfxTime time, const Pixel &pixel) |
template<typename Pixel > | |
void | tuttle::plugin::setRGBParamValuesAtTime (OFX::RGBParam *param, const OfxTime time, const Pixel &pixel) |
template<typename Pixel > | |
void | tuttle::plugin::setRGBParamValues (OFX::RGBParam ¶m, const Pixel &pixel) |
template<typename Pixel > | |
void | tuttle::plugin::setRGBParamValues (OFX::RGBParam *param, const Pixel &pixel) |
template<typename Pixel > | |
void | tuttle::plugin::setRGBParamValuesAtTime (OFX::Double3DParam ¶m, const OfxTime time, const Pixel &pixel) |
template<typename Pixel > | |
void | tuttle::plugin::setRGBParamValuesAtTime (OFX::Double3DParam *param, const OfxTime time, const Pixel &pixel) |
template<typename Pixel > | |
void | tuttle::plugin::setRGBParamValues (OFX::Double3DParam ¶m, const Pixel &pixel) |
template<typename Pixel > | |
void | tuttle::plugin::setRGBParamValues (OFX::Double3DParam *param, const Pixel &pixel) |
template<typename Pixel > | |
void | tuttle::plugin::set0123ParamValuesAtTime (OFX::RGBAParam ¶m, const OfxTime time, const Pixel &pixel) |
template<typename Pixel > | |
void | tuttle::plugin::set0123ParamValuesAtTime (OFX::RGBAParam *param, const OfxTime time, const Pixel &pixel) |
template<typename Pixel > | |
void | tuttle::plugin::set012ParamValuesAtTime (OFX::RGBAParam ¶m, const OfxTime time, const Pixel &pixel) |
template<typename Pixel > | |
void | tuttle::plugin::set012ParamValuesAtTime (OFX::RGBAParam *param, const OfxTime time, const Pixel &pixel) |
template<typename Pixel > | |
void | tuttle::plugin::set0123ParamValues (OFX::RGBAParam ¶m, const Pixel &pixel) |
template<typename Pixel > | |
void | tuttle::plugin::set0123ParamValues (OFX::RGBAParam *param, const Pixel &pixel) |
template<typename Pixel > | |
void | tuttle::plugin::set012ParamValues (OFX::RGBAParam ¶m, const Pixel &pixel) |
template<typename Pixel > | |
void | tuttle::plugin::set012ParamValues (OFX::RGBAParam *param, const Pixel &pixel) |
template<typename Pixel > | |
void | tuttle::plugin::set012ParamValuesAtTime (OFX::RGBParam ¶m, const OfxTime time, const Pixel &pixel) |
template<typename Pixel > | |
void | tuttle::plugin::set012ParamValuesAtTime (OFX::RGBParam *param, const OfxTime time, const Pixel &pixel) |
template<typename Pixel > | |
void | tuttle::plugin::set012ParamValues (OFX::RGBParam ¶m, const Pixel &pixel) |
template<typename Pixel > | |
void | tuttle::plugin::set012ParamValues (OFX::RGBParam *param, const Pixel &pixel) |
template<typename Pixel > | |
void | tuttle::plugin::set012ParamValuesAtTime (OFX::Double3DParam ¶m, const OfxTime time, const Pixel &pixel) |
template<typename Pixel > | |
void | tuttle::plugin::set012ParamValuesAtTime (OFX::Double3DParam *param, const OfxTime time, const Pixel &pixel) |
template<typename Pixel > | |
void | tuttle::plugin::set012ParamValues (OFX::Double3DParam ¶m, const Pixel &pixel) |
template<typename Pixel > | |
void | tuttle::plugin::set012ParamValues (OFX::Double3DParam *param, const Pixel &pixel) |