Boost GIL


Functions

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...
 

Detailed Description

std::fill for image views

Function Documentation

◆ fill_pixels()

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

Template Parameters
TypesModel Boost.MP11-compatible list of models of MutableImageViewConcept