Boost GIL


Public Member Functions | List of all members
pixel_multiplies_t< PixelRef1, PixelRef2, PixelResult > Struct Template Reference

Performs channel-wise multiplication of two pixels. More...

#include <pixel_numeric_operations.hpp>

Public Member Functions

auto operator() (PixelRef1 const &p1, PixelRef2 const &p2) const -> PixelResult
 

Detailed Description

template<typename PixelRef1, typename PixelRef2, typename PixelResult>
struct boost::gil::pixel_multiplies_t< PixelRef1, PixelRef2, PixelResult >

Performs channel-wise multiplication of two pixels.

Template Parameters
PixelRef1- models PixelConcept
PixelRef1- models PixelConcept
PixelResult- models PixelValueConcept

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