boost::gil::channel_minus_scalar_t
Arithmetic operation of subtracting scalar from channel value.
Synopsis
template<
typename Channel,
typename Scalar,
typename ChannelResult>
struct channel_minus_scalar_t;
Description
|
This is a generic implementation; user should specialize it for better performance. |
Member Functions
Name |
Description |
Function call operator |
Created with MrDocs