boost::gil::channel_divides_scalar_t

Arithmetic operation of dividing channel value by scalar.

Synopsis

template<
    typename Channel,
    typename Scalar,
    typename ChannelResult>
struct channel_divides_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