TuttleOFX
1
|
A function object to multiply two channels. result = a * b / max_value. More...
#include <channel_algorithm.hpp>
Public Member Functions | |
ChannelValue | operator() (ChannelValue a, ChannelValue b) const |
A function object to multiply two channels. result = a * b / max_value.
Definition at line 440 of file channel_algorithm.hpp.
ChannelValue boost::gil::channel_multiplier< ChannelValue >::operator() | ( | ChannelValue | a, |
ChannelValue | b | ||
) | const [inline] |
Definition at line 441 of file channel_algorithm.hpp.