A function object to multiply two channels. result = a * b / max_value. More...
#include <channel_algorithm.hpp>
Public Types | |
using | first_argument_type = ChannelValue |
using | second_argument_type = ChannelValue |
using | result_type = ChannelValue |
Public Member Functions | |
auto | operator() (ChannelValue a, ChannelValue b) const -> ChannelValue |
A function object to multiply two channels. result = a * b / max_value.