TuttleOFX  1
boost::gil::channel_multiplier< ChannelValue > Struct Template Reference

A function object to multiply two channels. result = a * b / max_value. More...

#include <channel_algorithm.hpp>

Public Member Functions

ChannelValue operator() (ChannelValue a, ChannelValue b) const

Detailed Description

template<typename ChannelValue>
struct boost::gil::channel_multiplier< ChannelValue >

A function object to multiply two channels. result = a * b / max_value.

Definition at line 440 of file channel_algorithm.hpp.


Member Function Documentation

template<typename ChannelValue >
ChannelValue boost::gil::channel_multiplier< ChannelValue >::operator() ( ChannelValue  a,
ChannelValue  b 
) const [inline]

Definition at line 441 of file channel_algorithm.hpp.


The documentation for this struct was generated from the following file: