|
TuttleOFX
1
|
#include <MergeFunctors.hpp>


Public Member Functions | |
| template<typename Channel > | |
| void | operator() (const Channel &A, const Channel &B, Channel &dst) |
| Alpha source B. | |
Definition at line 444 of file MergeFunctors.hpp.
| void terry::FunctorConjointOver< Pixel >::operator() | ( | const Channel & | A, |
| const Channel & | B, | ||
| Channel & | d | ||
| ) | [inline] |
Alpha source B.
Reimplemented from terry::merge_functor< Pixel, merge_per_channel_with_alpha >.
Definition at line 452 of file MergeFunctors.hpp.
References terry::merge_functor< Pixel, merge_per_channel_with_alpha >::a, terry::merge_functor< Pixel, merge_per_channel_with_alpha >::b, tuttle::max(), and terry::max_value().
