openMSX
|
BlendLines functor Generate an output line that is an interpolation of two input lines. More...
#include <LineScalers.hh>
Public Member Functions | |
BlendLines (PixelOperations< Pixel > pixelOps) | |
void | operator() (std::span< const Pixel > in1, std::span< const Pixel > in2, std::span< Pixel > out) |
BlendLines functor Generate an output line that is an interpolation of two input lines.
in1 | First input line |
in2 | Second input line |
out | Output line |
width | Width of the lines in pixels |
Definition at line 229 of file LineScalers.hh.
|
explicit |
Definition at line 1086 of file LineScalers.hh.
void openmsx::BlendLines< Pixel, w1, w2 >::operator() | ( | std::span< const Pixel > | in1, |
std::span< const Pixel > | in2, | ||
std::span< Pixel > | out | ||
) |
Definition at line 1092 of file LineScalers.hh.
References view::zip_equal().