TuttleOFX
1
|
#include <utilgil.hpp>
Public Member Functions | |
make_alpha_blend (double alpha) | |
template<typename T > | |
void | operator() (T &dst, const T src) |
Data Fields | |
double | alpha |
Definition at line 54 of file utilgil.hpp.
terry::make_alpha_blend::make_alpha_blend | ( | double | alpha | ) | [inline] |
Definition at line 58 of file utilgil.hpp.
void terry::make_alpha_blend::operator() | ( | T & | dst, |
const T | src | ||
) | [inline] |
Definition at line 61 of file utilgil.hpp.
References alpha.
Definition at line 56 of file utilgil.hpp.
Referenced by operator()().