boost::gil::fill_pixels
Synopsis
Declared in <boost/gil/extension/toolbox/image_types/indexed_image.hpp>
template<
typename Locator,
typename Value>
void
fill_pixels(
indexed_image_view<Locator> const& view,
Value const& value);
Created with MrDocs