boost::gil::channel_multiplies_scalar_t

Arithmetic operation of channel value by a scalar.

Synopsis

template<
    typename Channel,
    typename Scalar,
    typename ChannelResult>
struct channel_multiplies_scalar_t;

Description

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

Type Aliases

Name

ChannelRef

Member Functions

Name

Description

operator()

Function call operator

Created with MrDocs