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() (const Pixel *in1, const Pixel *in2, Pixel *out, size_t width) |
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 226 of file LineScalers.hh.
|
explicit |
Definition at line 1046 of file LineScalers.hh.
void openmsx::BlendLines< Pixel, w1, w2 >::operator() | ( | const Pixel * | in1, |
const Pixel * | in2, | ||
Pixel * | out, | ||
size_t | width | ||
) |
Definition at line 1052 of file LineScalers.hh.
References xrange().