boost::gil::channel_minus_t::operator()
Function call operator
Synopsis
ChannelResult
operator()(
ChannelRef1 ch1,
ChannelRef2 ch2) const;
Parameters
Name |
Description |
ch1 |
‐ minuend operand of the subtraction. |
ch2 |
‐ subtrahend operand of the subtraction. |
Created with MrDocs