boost::gil::pixel_multiplies_scalar_t
Performs channel‐wise multiplication of pixel elements by scalar.
Synopsis
template<
typename PixelRef,
typename Scalar,
typename PixelResult>
struct pixel_multiplies_scalar_t;
Template Parameters
Name |
Description |
PixelRef |
‐ models PixelConcept |
Scalar |
‐ models a scalar type |
PixelResult |
‐ models PixelValueConcept |
Created with MrDocs