boost::gil::fill_pixels
std::fill for image views
Synopsis
Declared in <boost/gil/algorithm.hpp>
template<
typename View,
typename Value>
[[__always_inline__]]
void
fill_pixels(
View const& view,
Value const& value);
Created with MrDocs