openMSX
Public Member Functions | List of all members
openmsx::Scale_1on3< Pixel > Class Template Reference

Scale_XonY functors Transforms an input line of pixel to an output line (possibly) with a different width. More...

#include <LineScalers.hh>

Public Member Functions

void operator() (std::span< const Pixel > in, std::span< Pixel > out)
 

Detailed Description

template<std::unsigned_integral Pixel>
class openmsx::Scale_1on3< Pixel >

Scale_XonY functors Transforms an input line of pixel to an output line (possibly) with a different width.

X input pixels are mapped on Y output pixels.

Parameters
inInput line
outOutput line

Definition at line 38 of file LineScalers.hh.

Member Function Documentation

◆ operator()()

template<std::unsigned_integral Pixel>
void openmsx::Scale_1on3< Pixel >::operator() ( std::span< const Pixel in,
std::span< Pixel out 
)

Definition at line 381 of file LineScalers.hh.


The documentation for this class was generated from the following file: