boost::gil::channel_multiply
A function multiplying two channels. result = a * b / max_value
Synopsis
Declared in <boost/gil/channel_algorithm.hpp>
template<typename Channel>
channel_traits<Channel>::value_type
channel_multiply(
Channel a,
Channel b);
Created with MrDocs