|
TuttleOFX
1
|


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 |
Definition at line 17 of file FadeProcess.tcc.
| tuttle::plugin::fade::FunctorFade< Pixel >::FunctorFade | ( | const double | t | ) | [inline] |
Definition at line 22 of file FadeProcess.tcc.
| 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.
| const double tuttle::plugin::fade::FunctorFade< Pixel >::_t |
Definition at line 20 of file FadeProcess.tcc.
Referenced by tuttle::plugin::fade::FunctorFade< Pixel >::operator()().