boost::gil::pixel_plus_t
Performs channel‐wise addition of two pixels.
Synopsis
template<
typename PixelRef1,
typename PixelRef2,
typename PixelResult>
struct pixel_plus_t;
Template Parameters
Name |
Description |
PixelRef1 |
‐ models PixelConcept |
PixelRef2 |
‐ models PixelConcept |
PixelResult |
‐ models PixelValueConcept |
Created with MrDocs