Arithmetic operation of channel value by a scalar. More...
#include <channel_numeric_operations.hpp>
Public Types | |
using | ChannelRef = typename channel_traits< Channel >::const_reference |
Public Member Functions | |
auto | operator() (ChannelRef channel, Scalar const &scalar) const -> ChannelResult |
Arithmetic operation of channel value by a scalar.
|
inline |
channel | - first of the two factors (multiplicand). |
scalar | - second of the two factors (multiplier). |