boost::gil::channel_multiplies_t::operator()
Function call operator
Synopsis
ChannelResult
operator()(
ChannelRef1 ch1,
ChannelRef2 ch2) const;
Parameters
Name |
Description |
ch1 |
‐ first of the two factors (multiplicand). |
ch2 |
‐ second of the two factors (multiplier). |
Created with MrDocs