boost::gil::channel_minus_scalar_t::operator()
Function call operator
Synopsis
ChannelResult
operator()(
ChannelRef channel,
Scalar const& scalar) const;
Parameters
Name |
Description |
channel |
‐ minuend operand of the subtraction. |
scalar |
‐ subtrahend operand of the subtraction. |
Created with MrDocs