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