boost::gil::channel_plus_t

Arithmetic operation of addition of two channel values.

Synopsis

template<
    typename Channel1,
    typename Channel2,
    typename ChannelResult>
struct channel_plus_t;

Description

This is a generic implementation; user should specialize it for better performance.

Type Aliases

Member Functions

Name

Description

operator()

Function call operator

Created with MrDocs