Arithmetic operation of subtraction of two channel values. More...
#include <channel_numeric_operations.hpp>
Public Types | |
using | ChannelRef1 = typename channel_traits< Channel1 >::const_reference |
using | ChannelRef2 = typename channel_traits< Channel2 >::const_reference |
Public Member Functions | |
auto | operator() (ChannelRef1 ch1, ChannelRef2 ch2) const -> ChannelResult |
Arithmetic operation of subtraction of two channel values.
|
inline |
ch1 | - minuend operand of the subtraction. |
ch2 | - subtrahend operand of the subtraction. |