boost::gil::pixel_multiplies_t

Performs channel‐wise multiplication of two pixels.

Synopsis

template<
    typename PixelRef1,
    typename PixelRef2,
    typename PixelResult>
struct pixel_multiplies_t;

Member Functions

Name

operator()

Template Parameters

Name

Description

PixelRef1

‐ models PixelConcept

PixelRef1

‐ models PixelConcept

PixelResult

‐ models PixelValueConcept

Created with MrDocs