TuttleOFX  1
tuttle::plugin::fade::FunctorFade< Pixel > Struct Template Reference
Inheritance diagram for tuttle::plugin::fade::FunctorFade< Pixel >:
Collaboration diagram for tuttle::plugin::fade::FunctorFade< Pixel >:

Public Member Functions

 FunctorFade (const double t)
template<typename Channel >
void operator() (const Channel &A, const Channel &B, Channel &dst)

Data Fields

const double _t

Detailed Description

template<typename Pixel>
struct tuttle::plugin::fade::FunctorFade< Pixel >

Definition at line 17 of file FadeProcess.tcc.


Constructor & Destructor Documentation

template<typename Pixel >
tuttle::plugin::fade::FunctorFade< Pixel >::FunctorFade ( const double  t) [inline]

Definition at line 22 of file FadeProcess.tcc.


Member Function Documentation

template<typename Pixel >
template<typename Channel >
void tuttle::plugin::fade::FunctorFade< Pixel >::operator() ( const Channel &  A,
const Channel &  B,
Channel &  dst 
) [inline]

Definition at line 27 of file FadeProcess.tcc.

References tuttle::plugin::fade::FunctorFade< Pixel >::_t.


Field Documentation

template<typename Pixel >
const double tuttle::plugin::fade::FunctorFade< Pixel >::_t

The documentation for this struct was generated from the following file: