fill_pixels | |||||||||||||||
Functions | |
| template<typename V, typename Value> | |
| ADOBE_GIL_NAMESPACE_BEGIN GIL_FORCEINLINE void | fill_pixels (const V &img_view, const Value &val) |
| std::fill for image views | |
| template<typename Types, typename Value> | |
| void | fill_pixels (const any_image_view< Types > &img_view, const Value &val) |
| fill_pixels for any image view. The pixel to fill with must be compatible with the current view | |