boost::gil::packed_pixel::operator=
Assignment operators
Synopses
Declared in <boost/gil/packed_pixel.hpp>
Assignment operator
packed_pixel&
operator=(int channel);
Assignment operator
template<typename Pixel>
packed_pixel&
operator=(Pixel const& p);
Created with MrDocs