boost::gil::planar_pixel_reference::operator=
Assignment operator
Synopsis
template<typename Pixel>
planar_pixel_reference const&
operator=(Pixel const& p) const;
Parameters
Name |
Description |
p |
The object to copy assign from |
Created with MrDocs