boost::gil::channel_divides_scalar_t::operator()
Function call operator
Synopsis
ChannelResult
operator()(
ChannelRef channel,
Scalar const& scalar) const;
Parameters
Name |
Description |
channel |
‐ dividend operand of the two division operation. |
scalar |
‐ divisor operand of the two division operation. |
Created with MrDocs