boost::gil::fill_pixels
fill_pixels for any image view. The pixel to fill with must be compatible with the current view
Synopsis
template<
typename... Types,
typename Value>
void
fill_pixels(
any_image_view<Types...> const& view,
Value const& val);
Template Parameters
Name |
Description |
Types |
Model Boost.MP11‐compatible list of models of MutableImageViewConcept |
Parameters
Name |
Description |
view |
Represents a run‐time specified image view. Models HasDynamicXStepTypeConcept, HasDynamicYStepTypeConcept, Note that this class does NOT model ImageViewConcept |
Created with MrDocs