boost::gil::view_multiplies_scalar

destination is set to be product of the source and a scalar

Synopsis

Declared in <boost/gil/algorithm.hpp>

template<
    typename PixelAccum,
    typename SrcView,
    typename Scalar,
    typename DstView>
void
view_multiplies_scalar(
    SrcView const& src_view,
    Scalar const& scalar,
    DstView const& dst_view);

Template Parameters

Name

Description

PixelAccum

‐ TODO

SrcView

Models ImageViewConcept

DstView

Models MutableImageViewConcept

Created with MrDocs