boost::gil::scoped_channel_value::operator*=
Multiplication assignment operator
Synopsis
Declared in <boost/gil/channel.hpp>
template<typename Scalar2>
scoped_channel_value&
operator*=(Scalar2 v);
Parameters
Name |
Description |
v |
The right operand |
Created with MrDocs