boost::gil::channel_multiplies_scalar_t::operator()
Function call operator
Synopsis
ChannelResult
operator()(
ChannelRef channel,
Scalar const& scalar) const;
Parameters
Name |
Description |
channel |
‐ first of the two factors (multiplicand). |
scalar |
‐ second of the two factors (multiplier). |
Created with MrDocs