Casts and assigns a pixel to another. More...
#include <pixel_numeric_operations.hpp>
Public Member Functions | |
auto | operator() (PixelRef const &src, PixelResult &dst) const -> PixelResult |
Casts and assigns a pixel to another.
A generic implementation for casting and assigning a pixel to another. User should specialize it for better performance.
PixelRef | - models PixelConcept |
PixelResult | - models PixelValueConcept |