Information
MediaSupport
RSSOther Adobe ProjectsOther Resources |
fill_pixelsstd::fill for image views
More... |
Functions | |
template<typename TYPES, typename VAL> | |
void | fill_pixels (const any_image_view< TYPES > &img_view, const VAL &val) |
template<typename V, typename VAL> | |
ADOBE_GIL_NAMESPACE_BEGIN GIL_FORCEINLINE void | fill_pixels (const V &img_view, const VAL &val) |
|
std::fill for image views
Definition at line 358 of file gil/core/algorithm.hpp. |
|
fill_pixels for any image view. The pixel to fill with must be compatible with the current view
Definition at line 110 of file gil/extension/dynamic_image/algorithm.hpp. |