std::fill for image views More...
Functions | |
template<typename View , typename Value > | |
BOOST_FORCEINLINE void | fill_pixels (View const &view, Value const &value) |
std::fill for image views | |
template<typename ... Types, typename Value > | |
void | fill_pixels (any_image_view< Types... > const &view, Value const &val) |
fill_pixels for any image view. The pixel to fill with must be compatible with the current view More... | |
std::fill for image views
void boost::gil::fill_pixels | ( | any_image_view< Types... > const & | view, |
Value const & | val | ||
) |
fill_pixels for any image view. The pixel to fill with must be compatible with the current view
Types | Model Boost.MP11-compatible list of models of MutableImageViewConcept |